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