summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2012-03-29 14:28:09 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2012-03-29 15:17:47 +0200
commit5624dabab9690c8628ee403d7489bd8b0e504720 (patch)
treef3c4fd0a8f5b4eef50bb53ad28aecec1c158c525
parentdee043fb0c19352a3b45419bd5b1695b949cb3b4 (diff)
downloadpuppet-bind-5624dabab9690c8628ee403d7489bd8b0e504720.tar.gz
puppet-bind-5624dabab9690c8628ee403d7489bd8b0e504720.tar.bz2
default=false for ptr in a.pp
-rw-r--r--manifests/a.pp2
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,