Skip to content

Commit

Permalink
fix #18 Setting config_server manage a zones directory named zone
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Apr 26, 2021
1 parent dd8eeb7 commit fd36f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
}

if $_config_server {
($global_zones + keys($_workers) + zone).each |String $dir| {
($global_zones + keys($_workers) + $zone).each |String $dir| {
file { "${::icinga2::globals::conf_dir}/zones.d/${dir}":
ensure => directory,
tag => 'icinga2::config::file',
Expand Down

0 comments on commit fd36f8c

Please sign in to comment.