Revert "Vagrant: Restart Apache after installing icinga-web."

This reverts commit 7965713617cb38d36e6b0cc5e4579c8b482d3e5a.
This commit is contained in:
Gunnar Beutner 2013-10-14 14:53:06 +02:00
parent 7965713617
commit 1e3b86a950
2 changed files with 1 additions and 7 deletions

View File

@ -86,8 +86,7 @@ package { $icinga2_main_packages:
package { 'icinga-web':
ensure => installed,
require => Class['icinga-rpm-snapshot'],
notify => Exec['reload-apache']
require => Class['icinga-rpm-snapshot']
}
# enable http 80

View File

@ -29,9 +29,4 @@ class apache {
alias => 'apache',
require => Package['apache']
}
exec { 'reload-apache':
command => '/etc/init.d/httpd force-reload',
refreshonly => true,
}
}