icingaweb2_dev: enable `test' module

refs #6842
This commit is contained in:
Alexander Klimov 2014-10-30 17:03:09 +01:00
parent 9471cede3f
commit 38c97587a4

View File

@ -30,6 +30,10 @@ class icingaweb2_dev {
user => 'apache',
require => Class[[ 'icingacli', 'apache' ]],
}
-> exec { 'enable-test-module':
command => 'icingacli module enable test',
user => 'apache'
}
group { 'icingacmd':
ensure => present,