mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
parent
9471cede3f
commit
38c97587a4
@ -30,6 +30,10 @@ class icingaweb2_dev {
|
|||||||
user => 'apache',
|
user => 'apache',
|
||||||
require => Class[[ 'icingacli', 'apache' ]],
|
require => Class[[ 'icingacli', 'apache' ]],
|
||||||
}
|
}
|
||||||
|
-> exec { 'enable-test-module':
|
||||||
|
command => 'icingacli module enable test',
|
||||||
|
user => 'apache'
|
||||||
|
}
|
||||||
|
|
||||||
group { 'icingacmd':
|
group { 'icingacmd':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user