summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-22Adding zone parameter to bind::zone so the same domains can be defined in ↵HEADmasterSilvio Rhatto
different views
2013-07-19Adding allow_query parameter to bind::viewSilvio Rhatto
2013-05-26Adding order parameter to bind::viewviewSilvio Rhatto
2013-05-26Giving higher order to view footer fragmentSilvio Rhatto
2013-05-26Do not redefine view config fileSilvio Rhatto
2013-05-26Manage /etc/bind/viewsSilvio Rhatto
2013-05-26Adding bind::viewSilvio Rhatto
2013-01-21Avoiding UTF-8 string due to puppet issue #11860Silvio Rhatto
2013-01-20Merge branch 'master' of https://github.com/camptocamp/puppet-bindSilvio Rhatto
Conflicts: manifests/definitions/bind-mx.pp
2013-01-10Merge pull request #13 from ckaenzig/fix-mxChristian Kaenzig
bind::mx: remove problematic require
2013-01-10bind::mx: remove problematic requireChristian 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-09Merge pull request #12 from ckaenzig/small-fixesChristian Kaenzig
Small fixes
2012-12-28Merge pull request #11 from cjeanneret/mx_removed_require_on_A_recordJeanneret Cedric
removed require on A record
2012-12-27fix concat error when no zone is definedChristian Kaenzig
2012-12-27remove unnecessary empty sourceChristian Kaenzig
2012-12-27removed require on A recordCé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-12-03Merge pull request #10 from cjeanneret/bind-generateJeanneret Cedric
Bind generate
2012-11-29New bind::generate definition and related ERB templateCé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-19Merge commit '22c2c4e2928cf62fd8ab2c1b19472246b07c4265' into stagingCédric Jeanneret
2012-11-19Merge pull request #9 from cjeanneret/slave-do-not-notifyJeanneret Cedric
slave cannot notify on update
2012-11-15slave cannot notify on updateCédric Jeanneret
2012-11-14Merge pull request #8 from cjeanneret/bind-slaveJeanneret Cedric
Bind slave
2012-11-14corrected template for slave zones - missing ;Cédric Jeanneret
2012-11-14corrected bind::zone in order to make slave zones work correctlyCédric Jeanneret
2012-11-14Merge pull request #7 from cjeanneret/correct-zone-removalJeanneret Cedric
corrected how bind module removes a zone
2012-11-09corrected how bind modules removes a zoneCédric Jeanneret
2012-08-02lint + cosmeticsMathieu Bornoz
2012-08-02switch from common::concatfilepart to concat[1]Mathieu Bornoz
[1] https://github.com/camptocamp/puppet-concat
2012-03-29Fix PTR by calculating arpa zones with IPAddr.new(host).reverseRaphaël Pinson
2012-03-29Do not use when calling bind::ptr in bind::aRaphaël Pinson
2012-03-29default=false for ptr in a.ppRaphaël Pinson
2012-03-29Make sure wrk are unique resources, don't activate PTR by defaultRaphaël Pinson
2012-03-26Change variable name (don't use $fqdn)Raphaël Pinson
2012-03-26Create PTR records from A recordsRaphaël Pinson
2012-03-26Add bind::ptrRaphaël Pinson
2012-03-20Add bind::txtRaphaël Pinson
2011-11-15file renaming to be compliant with recommended module structure.Marc Fournier
2011-08-18Removing requirements from bind::mxSilvio Rhatto
2011-08-18Fixing file parameter from concatfilepartSilvio Rhatto
2011-08-09Merge commit 'e3fdfb9f8b9bb9ec12ce5d0bd3bc240f48fcfd48' into test-bindCédric Jeanneret
2011-08-09add support for UbuntuRaffael Schmid
2011-02-25bind::zone - purge files when not declared in puppetCédric Jeanneret
2010-11-29bind - 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 betterCédric Jeanneret
2010-11-24(bind zone-master.erb) added support for string (zone_xfers)Cédric Jeanneret
2010-11-24(bind - zone-slave.erb) updated template (var name was wrong, and added ↵Cédric Jeanneret
support string and array)
2010-11-24(bind::record) added missing notify on serviceCédric Jeanneret
2010-11-24(bind::ns) corrected typo in docCédric Jeanneret
2010-11-24(bind::aaaa) corrected typo in docCédric Jeanneret
2010-11-24(bind) corrected duplicated docCédric Jeanneret