Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-18 | Adds bind::namedproduction | Silvio Rhatto | |
2015-09-23 | bind::base - added required /etc/bind/pri directory | Cedric Jeanneret | |
2013-07-22 | Adding zone parameter to bind::zone so the same domains can be defined in ↵HEADmaster | Silvio Rhatto | |
different views | |||
2013-07-19 | Adding allow_query parameter to bind::view | Silvio Rhatto | |
2013-05-26 | Adding order parameter to bind::viewview | Silvio Rhatto | |
2013-05-26 | Giving higher order to view footer fragment | Silvio Rhatto | |
2013-05-26 | Do not redefine view config file | Silvio Rhatto | |
2013-05-26 | Manage /etc/bind/views | Silvio Rhatto | |
2013-05-26 | Adding bind::view | Silvio Rhatto | |
2013-01-21 | Avoiding UTF-8 string due to puppet issue #11860 | Silvio Rhatto | |
2013-01-10 | Merge pull request #13 from ckaenzig/fix-mx | Christian Kaenzig | |
bind::mx: remove problematic require | |||
2013-01-10 | bind::mx: remove problematic require | Christian Kaenzig | |
Dependencies within this module must largely be assured by the use of concat. This require seems useless and can actually create dependency loops. | |||
2013-01-09 | Merge pull request #12 from ckaenzig/small-fixes | Christian Kaenzig | |
Small fixes | |||
2012-12-27 | fix concat error when no zone is defined | Christian Kaenzig | |
2012-12-27 | remove unnecessary empty source | Christian Kaenzig | |
2012-12-27 | removed require on A record | Cédric Jeanneret | |
This require break when we have an external MX, like googleApps or else. As it's an external MX, it's useless (and really NOT recommanded) to manage its A record ;). | |||
2012-11-29 | New bind::generate definition and related ERB template | Cédric Jeanneret | |
New Bind directive, allowing to reduce a bit the resources amount using the internal Bind $GENERATE directive. Please have a look at embedded documentation for more information on this new definition usage. | |||
2012-11-14 | corrected bind::zone in order to make slave zones work correctly | Cédric Jeanneret | |
2012-11-09 | corrected how bind modules removes a zone | Cédric Jeanneret | |
2012-08-02 | lint + cosmetics | Mathieu Bornoz | |
2012-08-02 | switch from common::concatfilepart to concat[1] | Mathieu Bornoz | |
[1] https://github.com/camptocamp/puppet-concat | |||
2012-03-29 | Fix PTR by calculating arpa zones with IPAddr.new(host).reverse | Raphaël Pinson | |
2012-03-29 | Do not use when calling bind::ptr in bind::a | Raphaël Pinson | |
2012-03-29 | default=false for ptr in a.pp | Raphaël Pinson | |
2012-03-29 | Make sure wrk are unique resources, don't activate PTR by default | Raphaël Pinson | |
2012-03-26 | Change variable name (don't use $fqdn) | Raphaël Pinson | |
2012-03-26 | Create PTR records from A records | Raphaël Pinson | |
2012-03-26 | Add bind::ptr | Raphaël Pinson | |
2012-03-20 | Add bind::txt | Raphaël Pinson | |
2011-11-15 | file renaming to be compliant with recommended module structure. | Marc Fournier | |
2011-08-09 | Merge commit 'e3fdfb9f8b9bb9ec12ce5d0bd3bc240f48fcfd48' into test-bind | Cédric Jeanneret | |
2011-08-09 | add support for Ubuntu | Raffael Schmid | |
2011-02-25 | bind::zone - purge files when not declared in puppet | Cédric Jeanneret | |
2010-11-29 | bind - simplification for bind::* definitions. | Cédric Jeanneret | |
namevar can be used as "$owner", if $owner is not set. | |||
2010-11-25 | (bind::debian) override "restart" command for service - reload is better | Cédric Jeanneret | |
2010-11-24 | (bind::record) added missing notify on service | Cédric Jeanneret | |
2010-11-24 | (bind::ns) corrected typo in doc | Cédric Jeanneret | |
2010-11-24 | (bind::aaaa) corrected typo in doc | Cédric Jeanneret | |
2010-11-24 | (bind) corrected duplicated doc | Cédric Jeanneret | |
2010-11-23 | (bind::base) typo | Cédric Jeanneret | |
2010-11-15 | (bind) added documentation in files. | Cédric Jeanneret | |
2010-11-15 | (bind) initial import | Cédric Jeanneret | |
Doc will be added later. |