Vagrant: Restart Apache after installing icinga-gui and icinga-web.

This commit is contained in:
Gunnar Beutner 2013-10-14 14:54:15 +02:00
parent 1e3b86a950
commit bccf1ce00f
1 changed files with 4 additions and 2 deletions

View 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