Skip to content

Commit

Permalink
Fix missing logging_config for Arch, RedHat and SuSE.
Browse files Browse the repository at this point in the history
logging_config was only defined for Debian and xBSD resulting in
rendering errors on other OS families.

This commit fixes saltstack-formulas#115
  • Loading branch information
ixs authored and root committed Apr 1, 2020
1 parent da8bdbd commit 1c3e1d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bind/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'zones_source_dir': 'zones',
'config': '/etc/named.conf',
'local_config': '/etc/named.conf.local',
'logging_config': '/etc/named/logging.conf',
'default_config': '/etc/sysconfig/named',
'named_directory': '/var/named',
'chroot_dir': '',
Expand Down Expand Up @@ -63,6 +64,7 @@
'zones_source_dir': 'zones',
'config': '/etc/named.conf',
'local_config': '/etc/named.conf.local',
'logging_config': '/etc/named.conf.logging',
'named_directory': '/var/named',
'chroot_dir': '',
'log_dir': '/var/log/named',
Expand Down Expand Up @@ -122,6 +124,7 @@
'zones_source_dir': 'zones',
'config': '/etc/named.conf',
'local_config': '/etc/named.d/named.conf.local',
'logging_config': '/etc/named.d/logging.conf',
'default_config': '/etc/sysconfig/named',
'named_directory': '/var/lib/named',
'chroot_dir': '/var/lib/named',
Expand Down

0 comments on commit 1c3e1d0

Please sign in to comment.