From 5624dabab9690c8628ee403d7489bd8b0e504720 Mon Sep 17 00:00:00 2001 From: Raphaƫl Pinson Date: Thu, 29 Mar 2012 14:28:09 +0200 Subject: default=false for ptr in a.pp --- manifests/a.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3