Profile `icingaweb2_dev': install Package[php-pdo]

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-11 11:17:51 +02:00
parent 6b03f5851f
commit cad539aa59
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ class icingaweb2_dev {
include php
include zend_framework
package { 'php-pdo':
ensure => latest,
notify => Service['apache'],
}
Exec { path => '/bin:/usr/bin' }
mysql::database::populate { 'icingaweb':