mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +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 {
|
||||
include icinga-rpm-snapshot
|
||||
include php
|
||||
include mysql
|
||||
include pgsql
|
||||
|
||||
php::extension { ['php-mysql']:
|
||||
require => [ Class['mysql'] ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user