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',