Fixed TLSA support and added support for SSHFP record type
This commit is contained in:
@@ -30,7 +30,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', 'DS'
|
||||
newvalues 'A', 'AAAA', 'CNAME', 'NS', 'MX', 'SPF', 'SRV', 'NAPTR', 'PTR', 'TXT', 'DS', 'TLSA', 'SSHFP'
|
||||
end
|
||||
|
||||
newparam(:record) do
|
||||
|
||||
Reference in New Issue
Block a user