Vagrant: Restart apache after icinga2-web.conf has been deployed

This commit is contained in:
Eric Lippmann 2013-06-28 13:57:18 +02:00
parent 04af3b8ce7
commit 5bc62d2889

View File

@ -335,7 +335,7 @@ file { 'icinga2-web-public':
file { '/etc/httpd/conf.d/icinga2-web.conf': file { '/etc/httpd/conf.d/icinga2-web.conf':
source => 'puppet:////vagrant/.vagrant-puppet/files/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': exec { 'install php-ZendFramework-Db-Adapter-Pdo-Mysql':