]> granicus.if.org Git - icinga2/commitdiff
Vagrant: Fix missing class includes for 'icinga-web' puppet module.
authorMichael Friedrich <Michael.Friedrich@netways.de>
Sat, 4 Jan 2014 13:17:09 +0000 (14:17 +0100)
committerMichael Friedrich <Michael.Friedrich@netways.de>
Sat, 4 Jan 2014 13:17:09 +0000 (14:17 +0100)
Fixes #5415

.vagrant-puppet/modules/icinga-web/manifests/init.pp

index ab86121bf7cb862e3463e72fe5341cf9ce94ef8a..fa687f4aaff469cab3a62c798ad7d148cf9fcde2 100644 (file)
@@ -1,6 +1,8 @@
 class icinga-web {
   include icinga-rpm-snapshot
+  include php
   include mysql
+  include pgsql
 
   php::extension { ['php-mysql']:
     require => [ Class['mysql'] ]