mirror of https://github.com/Icinga/icinga2.git
Vagrant: Restart Apache after installing icinga-gui and icinga-web.
This commit is contained in:
parent
1e3b86a950
commit
bccf1ce00f
|
@ -80,13 +80,15 @@ package { 'icinga2-classicui-config':
|
||||||
|
|
||||||
package { $icinga2_main_packages:
|
package { $icinga2_main_packages:
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
require => Class['icinga-rpm-snapshot']
|
require => Class['icinga-rpm-snapshot'],
|
||||||
|
notify => Service['apache']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
package { 'icinga-web':
|
package { 'icinga-web':
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
require => Class['icinga-rpm-snapshot']
|
require => Class['icinga-rpm-snapshot'],
|
||||||
|
notify => Service['apache']
|
||||||
}
|
}
|
||||||
|
|
||||||
# enable http 80
|
# enable http 80
|
||||||
|
|
Loading…
Reference in New Issue