]> granicus.if.org Git - icinga2/commitdiff
Vagrant: Restart Apache after installing icinga-gui and icinga-web.
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 14 Oct 2013 12:54:15 +0000 (14:54 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 14 Oct 2013 12:54:15 +0000 (14:54 +0200)
.vagrant-puppet/manifests/default.pp

index 8391be71cdf9fb23c9b2d32320e43d5d1eaebde7..1af2fff2f065cf7912cbfd9a70c572cfdb8582ae 100644 (file)
@@ -80,13 +80,15 @@ package { 'icinga2-classicui-config':
 
 package { $icinga2_main_packages:
   ensure => installed,
-  require => Class['icinga-rpm-snapshot']
+  require => Class['icinga-rpm-snapshot'],
+  notify  => Service['apache']
 }
 
 
 package { 'icinga-web':
   ensure => installed,
-  require => Class['icinga-rpm-snapshot']
+  require => Class['icinga-rpm-snapshot'],
+  notify  => Service['apache']
 }
 
 # enable http 80