bin/runpuppet in runpuppet-0.5.11 vs bin/runpuppet in runpuppet-0.5.13
- old
+ new
@@ -19,11 +19,11 @@
BANNER
opts.on("-h", "--help","Show this.") { puts opts; exit }
opts.on('-v', '--version','Show Version'){ puts Runpuppet::VERSION; exit}
opts.on('--try','Runs only if selected on puppet_controller'){ options[:try] = true }
- opts.on('--facts','Report facts'){ options[:facts] = true }
- opts.on('--branch x', 'Run this branch') do |branch|
+ opts.on('-f', '--facts','Report facts'){ options[:facts] = true }
+ opts.on('-b x', '--branch x', 'Run this branch') do |branch|
options[:branch] = branch
end
end.parse!
if options[:facts]
\ No newline at end of file