mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
d45f729ce5
commit
b6671c84fd
13
.vagrant-puppet/modules/icingaweb2/manifests/init.pp
Normal file
13
.vagrant-puppet/modules/icingaweb2/manifests/init.pp
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
class icingaweb2 {
|
||||||
|
include apache
|
||||||
|
|
||||||
|
file { 'icingaweb2cfgDir':
|
||||||
|
path => '/etc/icingaweb',
|
||||||
|
ensure => directory,
|
||||||
|
links => follow,
|
||||||
|
owner => 'apache',
|
||||||
|
group => 'apache',
|
||||||
|
mode => 6750,
|
||||||
|
require => Class['apache'],
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user