diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-22 22:42:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-22 22:42:09 -0300 |
commit | b7fdd9f7afd94ac17183a5e72d56be0aa71161f8 (patch) | |
tree | fa43fc3fd6a79c9ffe34024dc6ef4a8ed51c759b /manifests | |
parent | 81a4a5ac3b109b806c629bb540d25f93c6dd9ef5 (diff) | |
download | puppet-bind-master.tar.gz puppet-bind-master.tar.bz2 |
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/zone.pp | 1 |
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, |