Age | Commit message (Collapse) | Author |
|
different views
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
manifests/definitions/bind-mx.pp
|
|
bind::mx: remove problematic require
|
|
Dependencies within this module must largely be assured by the use
of concat. This require seems useless and can actually create
dependency loops.
|
|
Small fixes
|
|
removed require on A record
|
|
|
|
|
|
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 ;).
|
|
Bind generate
|
|
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.
|
|
|
|
slave cannot notify on update
|
|
|
|
Bind slave
|
|
|
|
|
|
corrected how bind module removes a zone
|
|
|
|
|
|
[1] https://github.com/camptocamp/puppet-concat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namevar can be used as "$owner", if $owner is not set.
|
|
|
|
|
|
support string and array)
|
|
|
|
|
|
|
|
|