Merge pull request #71 from nerdlich/sshfp

Fixed TLSA support and added support for SSHFP record type
This commit is contained in:
Nate Riffe
2016-01-29 07:28:34 -06:00
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