mirror of
https://github.com/Icinga/icinga2.git
synced 2025-05-03 06:00:17 +02:00
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…
x
Reference in New Issue
Block a user