Issue #16106 has been updated by Nick Fagerlund. Status changed from Accepted to Closed
This was fixed in 3.0.0 as commit af12688a, as a side effect of the lockfile changes. As Andy indicates there will not be a fix for the 2.7 branch, there is no further action to take on this ticket. ---------------------------------------- Bug #16106: incorrect command displayed when agent is disabled https://projects.puppetlabs.com/issues/16106#change-80656 Author: Garrett Honeycutt Status: Closed Priority: Normal Assignee: Category: error reporting Target version: Affected Puppet version: 2.7.12 Keywords: errors Branch: <pre> [root@system:~]# puppet agent -t notice: Skipping run of Puppet configuration client; administratively disabled; use 'puppet Puppet configuration client --enable' to re-enable. [root@system:~]# puppet Puppet configuration client --enable Error: Unknown Puppet subcommand 'Puppet' See 'puppet help' for help on available puppet subcommands </pre> The correct command is <pre> [root@system:~]# puppet agent --enable </pre> -- 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.
