summaryrefslogtreecommitdiff
path: root/lib/puppet/type/dns_record.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/type/dns_record.rb')
-rw-r--r--lib/puppet/type/dns_record.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/dns_record.rb b/lib/puppet/type/dns_record.rb
index 0e22156..7f212dd 100644
--- a/lib/puppet/type/dns_record.rb
+++ b/lib/puppet/type/dns_record.rb
@@ -20,7 +20,7 @@ Puppet::Type.newtype(:dns_record) do
newproperty(:type) do
desc "DNS Record type, such as A, or TXT"
- newvalues(:A, :AAAA, :CNAME, :NS)
+ newvalues(:A, :AAAA, :CNAME, :NS, :PTR)
isrequired
end