mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
fbdeb77770
commit
5b1377e5df
@ -30,7 +30,11 @@ class icingaweb2_dev {
|
|||||||
}
|
}
|
||||||
-> exec { 'enable-monitoring-module':
|
-> exec { 'enable-monitoring-module':
|
||||||
command => 'icingacli module enable monitoring',
|
command => 'icingacli module enable monitoring',
|
||||||
require => Package['icingacli'],
|
user => 'apache',
|
||||||
|
require => [
|
||||||
|
Package['icingacli'],
|
||||||
|
Class['apache']
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
exec { 'usermod -aG icingacmd apache':
|
exec { 'usermod -aG icingacmd apache':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user