aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bind/manifests
Commit message (Collapse)AuthorAgeFilesLines
* Fix random breakage of bindPascal Terjan2017-09-241-1/+1
| | | | | | | | | | If bind is not started when we create the file, we write into /var/lib/named/var/named/ which then means the script will skip mounting it as the directory is not empty, and even if it mounted it the files would be hidden. If it's running it's bind mounted already so writing to /var/named/ is enough anyway.
* make sure /var/lib/named/var/named/reverse existNicolas Lécureuil2017-04-111-0/+4
|
* Fix typo in file nameNicolas Lécureuil2017-04-111-1/+1
|
* make sure /var/lib/named/var/named/master existNicolas Lécureuil2017-04-112-4/+5
|
* make sure /var/lib/named/var/named/master existNicolas Lécureuil2017-04-111-0/+5
|
* lint fixes for bindThomas Backlund2015-10-191-2/+2
|
* rework the layout of the bind moduleMichael Scherer2012-03-206-60/+53
|
* clean style of the fileMichael Scherer2012-03-201-23/+23
|
* fix bind moduleMichael Scherer2012-01-161-2/+2
|
* fix the way we overload bind configuration, since previous way wasMichael Scherer2012-01-161-8/+8
| | | | ineffective ( and thus was working by pure chance )
* clean bind serviceMichael Scherer2012-01-161-3/+2
|
* cleaning of bind moduleMichael Scherer2012-01-081-15/+1
|
* fix syntaxMichael Scherer2011-07-081-1/+1
|
* force usage of restart for bind ( as stop / start break everything ), Michael Scherer2011-07-071-2/+7
| | | | | and reload for zone changes
* add proper hook for declaring tld zonesMichael Scherer2011-07-041-1/+4
|
* fix puppetmaster warning about missing $ in prototypeMichael Scherer2011-06-171-2/+2
|
* - allow to override the templates used for zoneMichael Scherer2011-01-131-12/+19
|
* add the reverse ipv6 zone Michael Scherer2010-12-011-0/+13
|
* add a Requires to fix bootstraping ( ie, puppet try to do the linkMichael Scherer2010-11-241-1/+2
| | | | before bind is installed, and show a error )
* - fix the filename here tooMichael Scherer2010-10-271-2/+2
|
* - config file of bind need to be inside the chroot, not outsideMichael Scherer2010-10-271-1/+9
|
* - fix syntaxMichael Scherer2010-10-271-32/+35
|
* - add bind moduleMichael Scherer2010-10-261-0/+45