]> granicus.if.org Git - icinga2/commitdiff
Revert "Vagrant: Restart Apache after installing icinga-web."
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 14 Oct 2013 12:53:06 +0000 (14:53 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 14 Oct 2013 12:53:06 +0000 (14:53 +0200)
This reverts commit 7965713617cb38d36e6b0cc5e4579c8b482d3e5a.

.vagrant-puppet/manifests/default.pp
.vagrant-puppet/modules/apache/manifests/init.pp

index 2b64d104aefed890c30ae260051031863018f266..8391be71cdf9fb23c9b2d32320e43d5d1eaebde7 100644 (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
index da1aeee0cfdd958e15888c6e1994421abf9d2793..e328ff95ff350af5d7c3b69c27d24f2d25dbc6ff 100644 (file)
@@ -29,9 +29,4 @@ class apache {
     alias   => 'apache',
     require => Package['apache']
   }
-
-  exec { 'reload-apache':
-    command => '/etc/init.d/httpd force-reload',
-    refreshonly => true,
-  }
 }