Vagrant: Restart apache after icinga2-web.conf has been deployed
This commit is contained in:
parent
04af3b8ce7
commit
5bc62d2889
|
@ -335,7 +335,7 @@ file { 'icinga2-web-public':
|
|||
|
||||
file { '/etc/httpd/conf.d/icinga2-web.conf':
|
||||
source => 'puppet:////vagrant/.vagrant-puppet/files/etc/httpd/conf.d/icinga2-web.conf',
|
||||
require => Class['apache']
|
||||
notify => Service["${apache::apache}"]
|
||||
}
|
||||
|
||||
exec { 'install php-ZendFramework-Db-Adapter-Pdo-Mysql':
|
||||
|
|
Loading…
Reference in New Issue