Apply config_dir_mode to all directories
This commit is contained in:
parent
1aefd726c8
commit
c23af58657
1 changed files with 4 additions and 2 deletions
|
@ -31,10 +31,12 @@ class icingaweb2::config {
|
|||
recurse => $::icingaweb2::config_dir_recurse;
|
||||
|
||||
"${::icingaweb2::config_dir}/enabledModules":
|
||||
ensure => directory;
|
||||
ensure => directory,
|
||||
mode => $::icingaweb2::config_dir_mode;
|
||||
|
||||
"${::icingaweb2::config_dir}/modules":
|
||||
ensure => directory;
|
||||
ensure => directory,
|
||||
mode => $::icingaweb2::config_dir_mode;
|
||||
|
||||
"${::icingaweb2::config_dir}/authentication.ini":
|
||||
ensure => present,
|
||||
|
|
Loading…
Reference in a new issue