added coded to allow person to specify alternate client bucket path
This commit is contained in:
parent
6328f39dad
commit
5ded388eb3
@ -8,8 +8,8 @@ if ARGV.length < 1
|
|||||||
exit 1
|
exit 1
|
||||||
end
|
end
|
||||||
|
|
||||||
target_path = ARGV.shift
|
target_path,clientbucket_path = ARGV
|
||||||
clientbucket_path = "/var/lib/puppet/clientbucket"
|
clientbucket_path ||= "/var/lib/puppet/clientbucket"
|
||||||
|
|
||||||
available_files = Array.new
|
available_files = Array.new
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user