diff --git a/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp b/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp index 22ac43e74..2d953c75e 100644 --- a/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp +++ b/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp @@ -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,