diff --git a/.vagrant-puppet/modules/icinga-web/manifests/init.pp b/.vagrant-puppet/modules/icinga-web/manifests/init.pp index ab86121bf..fa687f4aa 100644 --- a/.vagrant-puppet/modules/icinga-web/manifests/init.pp +++ b/.vagrant-puppet/modules/icinga-web/manifests/init.pp @@ -1,6 +1,8 @@ class icinga-web { include icinga-rpm-snapshot + include php include mysql + include pgsql php::extension { ['php-mysql']: require => [ Class['mysql'] ]