From a33042bcc9ff9c60ce57e70e56877f0189845cce Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Wed, 10 Sep 2014 11:27:28 +0200 Subject: [PATCH] Profile `icingaweb2_dev': add `path' for Exec refs #6842 --- .vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp b/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp index fe50fc9c5..2aca73772 100644 --- a/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp +++ b/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp @@ -1,4 +1,6 @@ class icingaweb2_dev { + Exec { path => '/bin:/usr/bin' } + mysql::database::populate { 'icingaweb': username => 'icingaweb', password => 'icingaweb',