slave job from bind9/0.3.0
Github source:
70b5f42a
or
master branch
Properties¶
bind9
¶
forward
¶
zones
¶Forward zones in forward only mode,e.g. {name: zone1, forwarders: [1.1.1.1, 1.1.1.2]}
- Default
{}
options
¶Map of additional options
- Default
{}
recursion
¶
allow_from
¶List of IPs or CIDRs to allow recursive queries from. If recursion is enabled, localhost and localnets will always be allowed
- Default
[]
forwarders
¶List of DNS servers to forward recursive queries on to. If not specified, recursion is disabled
- Default
[]
slave
¶
allow_notify
¶ACL (possible semi-colon delimited) to allow AXFR zone transfers from
- Default
none
master
¶IP address of the master BIND9 nameserver
zones
¶List of zones to transfer from the master
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/slave/
directory
(learn more).
bin/ctl
(frombin/ctl
)bin/monit_debugger
(frombin/monit_debugger
)config/slave.conf
(fromconfig/slave.conf
)data/properties.sh
(fromdata/properties.sh.erb
)helpers/ctl_setup.sh
(fromhelpers/ctl_setup.sh
)helpers/ctl_utils.sh
(fromhelpers/ctl_utils.sh
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.