diff options
| -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, | 
