Support custom keyfile paths
This makes it possible to use resource_record with "standalone" keyfiles by introducing a keyfile parameter
This commit is contained in:
@@ -42,6 +42,10 @@ Puppet::Type.newtype(:resource_record) do
|
||||
defaultto 'update'
|
||||
end
|
||||
|
||||
newparam(:keyfile) do
|
||||
desc 'Keyfile used to update the record'
|
||||
end
|
||||
|
||||
newparam(:hmac) do
|
||||
desc 'The HMAC type of the update key'
|
||||
defaultto 'HMAC-SHA1'
|
||||
|
||||
Reference in New Issue
Block a user