mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
We need php-gd for PDF generation in our Vagrant box
This commit is contained in:
parent
79fe20a95c
commit
6d6d1d7a33
@ -34,6 +34,8 @@ php::extension { ['php-mysql', 'php-pgsql', 'php-ldap']:
|
||||
require => [ Class['mysql'], Class['pgsql'], Class['openldap'] ]
|
||||
}
|
||||
|
||||
php::extension { 'php-gd': }
|
||||
|
||||
group { 'icinga-cmd':
|
||||
ensure => present
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user