Fixed TLSA support and added support for SSHFP record type

This commit is contained in:
Thomas Sturm
2016-01-11 21:42:42 +01:00
parent 27f253354b
commit fbb7e3c7d7
2 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -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