mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
parent
bcf53cbbd5
commit
89a2ad9cb5
@ -378,3 +378,9 @@ exec{ 'create-pgsql-icinga_unittest-db':
|
|||||||
sudo -u postgres createlang plpgsql icinga_unittest',
|
sudo -u postgres createlang plpgsql icinga_unittest',
|
||||||
require => Service['postgresql']
|
require => Service['postgresql']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exec { 'install php-ZendFramework-Db-Adapter-Pdo-Pgsql':
|
||||||
|
command => 'yum -d 0 -e 0 -y --enablerepo=epel install php-ZendFramework-Db-Adapter-Pdo-Pgsql',
|
||||||
|
unless => 'rpm -qa | grep php-ZendFramework-Db-Adapter-Pdo-Pgsql',
|
||||||
|
require => Exec['install ZendFramework']
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user