mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 14:44:32 +02:00
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…
x
Reference in New Issue
Block a user