lib/r10k/cli/deploy.rb in r10k-3.6.0 vs lib/r10k/cli/deploy.rb in r10k-3.7.0
- old
+ new
@@ -29,9 +29,10 @@
$stderr.puts "The specified puppet executable #{value} is not executable."
puts cmd.help
exit 1
end
end
+ option nil, :'puppet-conf', 'Path to puppet.conf', argument: :required
run do |opts, args, cmd|
puts cmd.help(:verbose => opts[:verbose])
exit 0
end