mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
FreeBSD: added defaults to map.jinja
This commit is contained in:
parent
d5981ae4b5
commit
0eedfeabe3
1 changed files with 13 additions and 0 deletions
|
@ -43,6 +43,19 @@
|
|||
'group': 'named',
|
||||
'mode': '640'
|
||||
},
|
||||
'FreeBSD': {
|
||||
'pkgs': ['bind99'],
|
||||
'service': 'named',
|
||||
'config_source_dir': 'bind/files/freebsd',
|
||||
'zones_source_dir': 'zones',
|
||||
'config': '/usr/local/etc/namedb/named.conf',
|
||||
'local_config': '/usr/local/etc/namedb/named.conf.local',
|
||||
'named_directory': '/usr/local/etc/namedb/working',
|
||||
'log_dir': '/var/log/named',
|
||||
'user': 'root',
|
||||
'group': 'bind',
|
||||
'mode': '640'
|
||||
},
|
||||
}, merge=salt['grains.filter_by']({
|
||||
'jessie': {
|
||||
'pkgs': ['bind9', 'bind9utils'],
|
||||
|
|
Loading…
Add table
Reference in a new issue