Issue #4213 has been updated by James Turnbull. Status changed from Ready for Checkin to Closed
Pushed in commit:"793d7b7cfd2bb1d61a0c0686dc1f8533c8ab13d9" in branch master. ---------------------------------------- Bug #4213: -o argument not working properly in 2.6. http://projects.puppetlabs.com/issues/4213 Author: Gary Larizza Status: Closed Priority: Normal Assigned to: Jesse Wolfe Category: executables Target version: 2.6.0 Affected version: 0.25.5 Keywords: Branch: http://github.com/nicklewis/puppet/tree/ticket/master/4213-onetime_argument_not_working If I run "puppet agent --no-daemonize --onetime --debug --verbose" the agent will run, complete its task, and then exit. If I run "puppet agent --no-daemonize -o --debug --verbose" it will run, complete its task, and then hang there until you Ctrl + c to break. The debug and verbose arguments run with -d and -v, but --onetime doesn't seem to work properly when shortened to -o. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
