Merge remote-tracking branch 'nerdlich/sshfp' into 6.0-prerelease

This commit is contained in:
Nate Riffe
2016-01-29 07:30:37 -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