index
:
puppet-bind
develop
master
production
view
Puppet module for bind
Fluxo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-05-26
Adding bind::view
Silvio Rhatto
2013-01-21
Avoiding UTF-8 string due to puppet issue #11860
Silvio Rhatto
2013-01-20
Merge branch 'master' of https://github.com/camptocamp/puppet-bind
Silvio Rhatto
2013-01-10
Merge pull request #13 from ckaenzig/fix-mx
Christian Kaenzig
2013-01-10
bind::mx: remove problematic require
Christian Kaenzig
2013-01-09
Merge pull request #12 from ckaenzig/small-fixes
Christian Kaenzig
2012-12-28
Merge pull request #11 from cjeanneret/mx_removed_require_on_A_record
Jeanneret Cedric
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
2012-12-03
Merge pull request #10 from cjeanneret/bind-generate
Jeanneret Cedric
2012-11-29
New bind::generate definition and related ERB template
Cédric Jeanneret
2012-11-19
Merge commit '22c2c4e2928cf62fd8ab2c1b19472246b07c4265' into staging
Cédric Jeanneret
2012-11-19
Merge pull request #9 from cjeanneret/slave-do-not-notify
Jeanneret Cedric
2012-11-15
slave cannot notify on update
Cédric Jeanneret
2012-11-14
Merge pull request #8 from cjeanneret/bind-slave
Jeanneret Cedric
2012-11-14
corrected template for slave zones - missing ;
Cédric Jeanneret
2012-11-14
corrected bind::zone in order to make slave zones work correctly
Cédric Jeanneret
2012-11-14
Merge pull request #7 from cjeanneret/correct-zone-removal
Jeanneret Cedric
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
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-18
Removing requirements from bind::mx
Silvio Rhatto
2011-08-18
Fixing file parameter from concatfilepart
Silvio Rhatto
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
2010-11-25
(bind::debian) override "restart" command for service - reload is better
Cé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 suppo...
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 - default-record.erb) removed useless blank linex
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