mirror of https://github.com/Icinga/icinga2.git
Vagrant: Fix missing class includes for 'icinga-web' puppet module.
Fixes #5415
This commit is contained in:
parent
6676bf058e
commit
859f9fca6b
|
@ -1,6 +1,8 @@
|
||||||
class icinga-web {
|
class icinga-web {
|
||||||
include icinga-rpm-snapshot
|
include icinga-rpm-snapshot
|
||||||
|
include php
|
||||||
include mysql
|
include mysql
|
||||||
|
include pgsql
|
||||||
|
|
||||||
php::extension { ['php-mysql']:
|
php::extension { ['php-mysql']:
|
||||||
require => [ Class['mysql'] ]
|
require => [ Class['mysql'] ]
|
||||||
|
|
Loading…
Reference in New Issue