mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2025-09-07 13:59:28 +00:00
fix cron overrides (critical)
This commit is contained in:
@@ -4,6 +4,8 @@ This function checks an input struct for undefined hashes in key => hash and ass
|
||||
EOS
|
||||
)do |args|
|
||||
fail "Must receive one argument." if args.empty?
|
||||
return args if args.is_a?(String)
|
||||
return args if args.is_a?(Integer)
|
||||
args.each do |arg|
|
||||
h = Hash.new
|
||||
arg.each_pair do |host, hash|
|
||||
|
Reference in New Issue
Block a user