parent
5e3f60d42b
commit
d61e883422
|
@ -1,9 +1,12 @@
|
|||
define icingaweb2::config::general ($source, $replace = true) {
|
||||
include apache
|
||||
|
||||
$path = "/etc/icingaweb/${name}.ini"
|
||||
file { $path:
|
||||
source => "${source}${path}",
|
||||
owner => 'apache',
|
||||
group => 'apache',
|
||||
replace => $replace,
|
||||
require => Class['apache'],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue