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 authored and ehelms committed Mar 21, 2017
1 parent 92f50e4 commit 2b52ff9
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 @@ -174,6 +174,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 2b52ff9

Please sign in to comment.