Skip to content

Commit

Permalink
refresh services when certs change
Browse files Browse the repository at this point in the history
This commits adds code to refresh services when certs change.
Previously, this has been done in puppet-certs module.
  • Loading branch information
timogoebel committed Mar 21, 2017
1 parent 0ae1d29 commit 047c6fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@
class { '::certs::foreman': }

Exec['cpinit'] -> Exec['foreman-rake-db:seed']
Class['certs::candlepin'] ~> Service['tomcat']
Class['certs::qpid'] ~> Service['qpidd']

User<|title == apache|>{groups +> $user_groups}
}

0 comments on commit 047c6fb

Please # to comment.