From 859f9fca6b032fb23ec7f1e056b55ddabf15100d Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Sat, 4 Jan 2014 14:17:09 +0100 Subject: [PATCH] Vagrant: Fix missing class includes for 'icinga-web' puppet module. Fixes #5415 --- .vagrant-puppet/modules/icinga-web/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) 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'] ]