Profile `icingaweb2_dev': require module `apache'

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-10 11:45:57 +02:00
parent d61e883422
commit 65a65ae2b3
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
class icingaweb2_dev {
include apache
Exec { path => '/bin:/usr/bin' }
mysql::database::populate { 'icingaweb':
@ -28,7 +30,6 @@ class icingaweb2_dev {
file { '/etc/httpd/conf.d/icingaweb.conf':
source => 'puppet:////vagrant/.vagrant-puppet/files/etc/httpd/conf.d/icingaweb.conf',
require => Package['apache'],
notify => Service['apache'],
}
@ -44,6 +45,7 @@ class icingaweb2_dev {
ensure => 'directory',
owner => 'apache',
group => 'apache',
require => Class['apache'],
}
icingaweb2::config::general { 'authentication':