Skip to content

Commit

Permalink
icingaweb2_dev: enable `test' module
Browse files Browse the repository at this point in the history
refs #6842
  • Loading branch information
Al2Klimov committed Oct 30, 2014
1 parent 9471ced commit 38c9758
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp
Expand Up @@ -30,6 +30,10 @@
user => 'apache',
require => Class[[ 'icingacli', 'apache' ]],
}
-> exec { 'enable-test-module':
command => 'icingacli module enable test',
user => 'apache'
}

group { 'icingacmd':
ensure => present,
Expand Down

0 comments on commit 38c9758

Please sign in to comment.