| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix random breakage of bind | Pascal Terjan | 2017-09-24 | 1 | -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 exist | Nicolas Lécureuil | 2017-04-11 | 1 | -0/+4 |
| | | |||||
| * | Fix typo in file name | Nicolas Lécureuil | 2017-04-11 | 1 | -1/+1 |
| | | |||||
| * | make sure /var/lib/named/var/named/master exist | Nicolas Lécureuil | 2017-04-11 | 2 | -4/+5 |
| | | |||||
| * | make sure /var/lib/named/var/named/master exist | Nicolas Lécureuil | 2017-04-11 | 1 | -0/+5 |
| | | |||||
| * | lint fixes for bind | Thomas Backlund | 2015-10-19 | 1 | -2/+2 |
| | | |||||
| * | rework the layout of the bind module | Michael Scherer | 2012-03-20 | 6 | -60/+53 |
| | | |||||
| * | clean style of the file | Michael Scherer | 2012-03-20 | 1 | -23/+23 |
| | | |||||
| * | fix bind module | Michael Scherer | 2012-01-16 | 1 | -2/+2 |
| | | |||||
| * | fix the way we overload bind configuration, since previous way was | Michael Scherer | 2012-01-16 | 1 | -8/+8 |
| | | | | | ineffective ( and thus was working by pure chance ) | ||||
| * | clean bind service | Michael Scherer | 2012-01-16 | 1 | -3/+2 |
| | | |||||
| * | cleaning of bind module | Michael Scherer | 2012-01-08 | 1 | -15/+1 |
| | | |||||
| * | fix syntax | Michael Scherer | 2011-07-08 | 1 | -1/+1 |
| | | |||||
| * | force usage of restart for bind ( as stop / start break everything ), | Michael Scherer | 2011-07-07 | 1 | -2/+7 |
| | | | | | | and reload for zone changes | ||||
| * | add proper hook for declaring tld zones | Michael Scherer | 2011-07-04 | 1 | -1/+4 |
| | | |||||
| * | fix puppetmaster warning about missing $ in prototype | Michael Scherer | 2011-06-17 | 1 | -2/+2 |
| | | |||||
| * | - allow to override the templates used for zone | Michael Scherer | 2011-01-13 | 1 | -12/+19 |
| | | |||||
| * | add the reverse ipv6 zone | Michael Scherer | 2010-12-01 | 1 | -0/+13 |
| | | |||||
| * | add a Requires to fix bootstraping ( ie, puppet try to do the link | Michael Scherer | 2010-11-24 | 1 | -1/+2 |
| | | | | | before bind is installed, and show a error ) | ||||
| * | - fix the filename here too | Michael Scherer | 2010-10-27 | 1 | -2/+2 |
| | | |||||
| * | - config file of bind need to be inside the chroot, not outside | Michael Scherer | 2010-10-27 | 1 | -1/+9 |
| | | |||||
| * | - fix syntax | Michael Scherer | 2010-10-27 | 1 | -32/+35 |
| | | |||||
| * | - add bind module | Michael Scherer | 2010-10-26 | 1 | -0/+45 |
