Issue #4213 has been updated by Nick Lewis. Status changed from Investigating to Ready for Testing Branch set to http://github.com/nicklewis/puppet/tree/ticket/master/4213-onetime_argument_not_working
The handler for the onetime option was being defined in multiple places. This patch moves it to only the default handler for global settings, and moves the associated logic for waitforcert to the one place waitforcert is used. ---------------------------------------- Bug #4213: -o argument not working properly in 2.6. http://projects.puppetlabs.com/issues/4213 Author: Gary Larizza Status: Ready for Testing 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.
