Forrest
edda04afb0
Merge pull request #62 from levlozhkin/master
...
Templatize zone files
2016-07-08 09:25:15 -07:00
Lev Lozhkin
609d3685b5
Templatize zone files
...
All other managed files are templatized, zone files should be also.
2016-07-08 03:58:13 -07:00
Nitin Madhok
7b7b705603
Merge pull request #61 from 0xf10e/master
...
iteritems() -> items(), fixes saltstack-formulas/bind-formula#30
2016-06-01 13:37:31 -04:00
Florian
264c296672
fix broken zones_source_dir on RedHat/Debian
...
Als add docs for how to overwrite the path.
Fixes saltstack-formulas/bind-formula#60 ?
2016-06-01 19:17:27 +02:00
Florian
8b52b73753
iteritems() -> items(), fixes saltstack-formulas/bind-formula#30
2016-06-01 19:00:16 +02:00
Forrest
50b37ea28c
Merge pull request #59 from blacksmith77/master
...
allow-transfer rendered only if defined
2016-04-20 09:35:49 -07:00
Vincenzo Magistro
580bf5252b
allow-transfer rendered only if defined
2016-04-20 17:12:11 +02:00
Forrest
adaf678655
Merge pull request #57 from tedski/master
...
Do not spec dnssec-tools for installation on Debian Jessie.
2016-04-19 16:45:24 -07:00
Forrest
1dba4e86dc
Merge pull request #58 from blacksmith77/master
...
added 'forward ( only | first );' support for named.conf.local
2016-04-18 09:10:47 -07:00
root
b73f9e6897
added 'forward ( only | first );' support for named.conf.local
2016-04-18 13:46:31 +00:00
Ted Strzalkowski
0c072f9fc3
Do not spec dnssec-tools for installation on Debian Jessie.
...
Due to issues with rollerd[1], dnssec-tools was removed from
testing[2] and did not make it into Debian Jessie. This removes that
package spec from the formula and leaves it as an exercise to the user
to solve how to satisfy the requirement.
[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754704
[2]: https://packages.qa.debian.org/d/dnssec-tools/news/20140812T163915Z.html
2016-04-17 08:36:18 -07:00
Forrest
1543c5c644
Merge pull request #55 from blacksmith77/patch-1
...
dirty value in /etc/default/bind9
2016-04-15 09:24:37 -07:00
blacksmith77
c14e5ac477
dirty value in /etc/default/bind9
...
when bind.config.protocol is set in pillar, "None" is returned by param.append('-' + protocol|string) statement and written in /etc/default/bind9.
This breaks bind9 at start
2016-04-15 16:20:10 +02:00
Wolodja Wentland
b6c34f9118
Merge pull request #54 from saw-leipzig/master
...
Inclusion of additional configuration files added (Debian based only).
2016-03-30 20:35:39 +02:00
Uwe Kretschmer
2928041651
Inclusion of additional configuration files added (Debian based only).
2016-03-29 13:37:14 +02:00
Forrest
1a893bc196
Merge pull request #53 from saw-leipzig/master
...
Solved issue #52
2016-03-22 11:19:55 -07:00
Uwe Kretschmer
d44fb0934c
Solved issue https://github.com/saltstack-formulas/bind-formula/issues/52 .
2016-03-22 09:29:31 +01:00
Forrest
7a075d1ac6
Merge pull request #51 from saw-leipzig/master
...
Improvements for Debian based systems
2016-03-03 11:46:39 -08:00
Uwe Kretschmer
bf6a0625e7
Changed hard coded file path to dynamic value. Added possibility to set ACLs via pillar.
2016-03-03 10:01:56 +01:00
Uwe Kretschmer
48ba120d45
Fixed condition to include key_config. Added possibility to include default-zones on Debian systems.
2016-03-03 09:51:39 +01:00
puneet kandhari
81fea01f6d
Merge pull request #49 from joe-bowman/add-support-for-forward-zones
...
add support for forward zones
2016-01-11 10:24:57 -06:00
Joe Bowman
4a9a128ba9
add support for forward zones
2016-01-09 08:12:21 +00:00
Forrest
294b1e33d6
Merge pull request #48 from jamesp9/archlinux
...
archlinux: add initial config
2015-11-12 11:08:18 -08:00
jamesp9
5b1313f14b
arch: initial
2015-11-09 20:46:35 +11:00
Forrest
6a528d3782
Merge pull request #47 from matthew-parlette/master
...
Fix protocol output line
2015-11-05 14:16:04 -08:00
matthew-parlette
19a6d01b54
Fix protocol output line.
...
Fixes #46
2015-11-05 17:08:22 -05:00
Forrest
bd46a18db3
Merge pull request #45 from cybacolt/master
...
- templatize default file
2015-11-01 18:23:25 -08:00
Rowcliffe Browne
dd54da9cf0
added ammended comments
2015-11-02 10:20:05 +08:00
Rowcliffe Browne
82f4b63aa9
- templatize default file
...
- fix config.sls to match
- add example to pillar.example
2015-11-02 09:40:51 +08:00
puneet kandhari
60c7d2b7bb
Merge pull request #44 from cybacolt/master
...
allow bind to run in ipv4 or ipv6. if not specified, defaults to bind…
2015-10-30 05:48:52 -05:00
Rowcliffe Browne
ed7aead85c
allow bind to run in ipv4 or ipv6. if not specified, defaults to bind's default of both.
2015-10-30 18:28:43 +08:00
Forrest
f9010c4fca
Merge pull request #42 from ogabrielsantos/master
...
Fix conflicts with file names. Remove hardcoded zones location.
2015-10-14 11:11:00 -07:00
Gabriel Santos
9ff751e34b
Fix conflicts with file names. Remove hardcoded zones location
2015-10-14 07:59:18 -03:00
Forrest
a474bd188b
Merge pull request #41 from cybacolt/master
...
fix for HMAC-SHA512 algorithm breakage. secret now quoted.
2015-10-12 21:08:40 -07:00
Rowcliffe Browne
39829f0fe7
fix for HMAC-SHA512 algorithm breakage. secret now quoted.
2015-10-13 11:25:40 +08:00
puneet kandhari
5e9007d8a8
Merge pull request #39 from ogabrielsantos/hotfix/fix-file-managed
...
fix #38
2015-10-11 00:20:22 -05:00
Gabriel Santos
0b89c701c1
fix #38
2015-10-10 21:48:51 -03:00
Forrest
b9a94b30bf
Merge pull request #35 from davidkarlsen/master
...
bind runs as user bind by default on ubuntu
2015-08-24 12:10:34 -07:00
david
554f8eb238
bind runs as user bind by default on ubuntu
2015-08-24 21:07:18 +02:00
puneet kandhari
a5bfe6d1ec
Merge pull request #33 from ebu/master
...
Fix pillar.example: service name value is not a list
2015-08-11 06:29:42 -05:00
Michael Barroco
af0c753246
Fix pillar.example
2015-08-11 11:21:05 +02:00
puneet kandhari
87b9e92e1f
Merge pull request #31 from alexeiswirth/fixes
...
Fetch user from lookup table for static defaults (map.jinja)
2015-07-30 14:36:51 -05:00
Alex Eiswirth
1aba08b296
Fetch user from lookup table for static defaults (map.jinja)
...
This fixes the RHEL/CentOS configuration, because user 'bind' doesn't exist in RHEL.
2015-07-30 21:15:52 +02:00
Alex Eiswirth
d074c098e0
Merge pull request #1 from saltstack-formulas/master
...
Updates
2015-07-29 23:22:50 +02:00
Florian Bittner
b8cb95b2a2
Merge pull request #29 from nickbooties/master
...
pillar.get wasn't finding the available_zones key
2015-06-03 09:31:15 +02:00
Nick
facb8e1f39
pillar.get wasn't finding the available_zones key
2015-06-03 15:53:51 +10:00
Nitin Madhok
7746a1733a
Update Licensing year and remove extra new line characters
2015-05-07 13:44:53 -04:00
Nitin Madhok
3b9cd418cb
Merge pull request #27 from daschatten/master
...
Add allow-transfer statement which disallows zone transfer by default.
2015-04-02 12:31:47 -04:00
Florian Bittner
47e0fc62d3
Add allow-transfer statement which disallows zone transfer by default.
2015-04-02 18:11:01 +02:00
Florian Bittner
6f4292c3cf
Merge pull request #1 from saltstack-formulas/master
...
Pull from saltstack.
2015-04-02 17:45:21 +02:00