Skip to content

Commit

Permalink
Restart httpd when ca changes (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean797 authored and ekohl committed Jul 24, 2017
1 parent b2198f1 commit 559c4ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
Exec['cpinit'] -> Exec['foreman-rake-db:seed']
Class['certs::candlepin'] ~> Service['tomcat']
Class['certs::qpid'] ~> Service['qpidd']
Class['certs::ca'] ~> Service['httpd']

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

0 comments on commit 559c4ee

Please # to comment.