parent
6b03f5851f
commit
cad539aa59
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue