From 38c97587a4fd9254268739b52940e8f71cabef5e Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Thu, 30 Oct 2014 17:03:09 +0100 Subject: [PATCH] icingaweb2_dev: enable `test' module refs #6842 --- .vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) 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,