summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-07-22 22:42:09 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-07-22 22:42:09 -0300
commitb7fdd9f7afd94ac17183a5e72d56be0aa71161f8 (patch)
treefa43fc3fd6a79c9ffe34024dc6ef4a8ed51c759b /manifests
parent81a4a5ac3b109b806c629bb540d25f93c6dd9ef5 (diff)
downloadpuppet-bind-master.tar.gz
puppet-bind-master.tar.bz2
Adding zone parameter to bind::zone so the same domains can be defined in different viewsHEADmaster
Diffstat (limited to 'manifests')
-rw-r--r--manifests/zone.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/zone.pp b/manifests/zone.pp
index 52a2e5f..7e1ec71 100644
--- a/manifests/zone.pp
+++ b/manifests/zone.pp
@@ -16,6 +16,7 @@
# *$zone_origin*: The origin of the zone
#
define bind::zone (
+ $zone = $name,
$ensure = present,
$is_slave = false,
$zone_ttl = false,