added record type DS

This commit is contained in:
Tilo Klausing 2015-02-07 17:16:34 +01:00
parent 2a3033dedb
commit f36cd04732

View File

@ -16,7 +16,7 @@ Puppet::Type.newtype(:resource_record) do
newparam(:type) do
desc 'The record type'
isrequired
newvalues 'A', 'AAAA', 'CNAME', 'NS', 'MX', 'SPF', 'SRV', 'NAPTR', 'PTR', 'TXT'
newvalues 'A', 'AAAA', 'CNAME', 'NS', 'MX', 'SPF', 'SRV', 'NAPTR', 'PTR', 'TXT', 'DS'
end
newparam(:record) do