From: Gunnar Beutner Date: Mon, 14 Oct 2013 12:53:06 +0000 (+0200) Subject: Revert "Vagrant: Restart Apache after installing icinga-web." X-Git-Tag: v0.0.3~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e3b86a95089c192f5f9b160ae882cf3b3af0d6b;p=icinga2 Revert "Vagrant: Restart Apache after installing icinga-web." This reverts commit 7965713617cb38d36e6b0cc5e4579c8b482d3e5a. --- diff --git a/.vagrant-puppet/manifests/default.pp b/.vagrant-puppet/manifests/default.pp index 2b64d104a..8391be71c 100644 --- a/.vagrant-puppet/manifests/default.pp +++ b/.vagrant-puppet/manifests/default.pp @@ -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 diff --git a/.vagrant-puppet/modules/apache/manifests/init.pp b/.vagrant-puppet/modules/apache/manifests/init.pp index da1aeee0c..e328ff95f 100644 --- a/.vagrant-puppet/modules/apache/manifests/init.pp +++ b/.vagrant-puppet/modules/apache/manifests/init.pp @@ -29,9 +29,4 @@ class apache { alias => 'apache', require => Package['apache'] } - - exec { 'reload-apache': - command => '/etc/init.d/httpd force-reload', - refreshonly => true, - } }