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 903315b..610c473 100644 --- a/manifests/a.pp +++ b/manifests/a.pp @@ -16,7 +16,7 @@ define bind::a($ensure=present, $owner=false, $host, $ttl=false, - $ptr=true) { + $ptr=false) { bind::record {$name: ensure => $ensure, |