mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
No description
![]() Apparmor expects /var/log/named to be the logging directory for bind9 in Ubuntu 12.04 (and most likely 14.04). |
||
---|---|---|
bind | ||
LICENSE | ||
pillar.example | ||
README.rst |
bind
Formulas to set up and configure the bind DNS server.
Note
See the full Salt Formulas installation and usage instructions.
Available states
bind
Install the bind package and start the bind service.
bind.config
Manage the bind configuration file.
Example Pillar
bind:
config:
name: /etc/named.conf
source: salt://bind/files/named.conf
user: root
group: named
mode: 640