diff options
author | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2012-03-29 14:28:09 +0200 |
---|---|---|
committer | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2012-03-29 15:17:47 +0200 |
commit | 5624dabab9690c8628ee403d7489bd8b0e504720 (patch) | |
tree | f3c4fd0a8f5b4eef50bb53ad28aecec1c158c525 | |
parent | dee043fb0c19352a3b45419bd5b1695b949cb3b4 (diff) | |
download | puppet-bind-5624dabab9690c8628ee403d7489bd8b0e504720.tar.gz puppet-bind-5624dabab9690c8628ee403d7489bd8b0e504720.tar.bz2 |
default=false for ptr in a.pp
-rw-r--r-- | manifests/a.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/a.pp b/manifests/a.pp index 610c473..810f931 100644 --- a/manifests/a.pp +++ b/manifests/a.pp @@ -8,7 +8,7 @@ Arguments: *$owner*: owner of the Resource Record *$host*: target of the Resource Record *$ttl*: Time to Live for the Resource Record. Optional. - *$ptr*: create the corresponding ptr record (default=true) + *$ptr*: create the corresponding ptr record (default=false) */ define bind::a($ensure=present, |