[Puppet Users] agent suddenly disabled

2012-04-13 Thread Thomas
Disclaimer: I'm a newbie... I've only been using Puppet for a few
days.

My agent has been running fine for a few days but now when I perform:
puppet agent --no-daemonize --verbose --onetime

I get the following message:
notice: Skipping run of Puppet configuration client; administratively
disabled; use 'puppet Puppet configuration client --enabled' to re-
enable.

I've tried running that command both on the agent and the node and it
complains:
Error: Unknown Puppet subcommand 'Puppet'

Sorry for the dumb question and please let me know if there is a more
appropriate forum for this type of question.

Thanks! Thomas Kenny

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] agent suddenly disabled

2012-04-13 Thread Patrick Carlisle
This is a bug in the error message (
http://projects.puppetlabs.com/issues/13299). The correct command is
'puppet agent --enable'.

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.