added record type DS
This commit is contained in:
parent
2a3033dedb
commit
f36cd04732
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user