On Tue, Nov 22, 2011 at 5:08 AM, T.J. Yang <tjyang2...@gmail.com> wrote:

> Hi, All
>
> I am having puppet client side error message when  building a 10 nodes PE
> 2.0 demo site to experience the new dashboard features.
> The only puppet(+mcollective) client works is that one come with PE 2.0
> installation on Ubuntu 10.04.
>
> For other OSs I am getting following error message.
>
> Error message:
>
> Nov 22 01:52:20 oi151 puppet-agent[1871]: [ID 702911 daemon.error] Could
> not retrieve catalog from remote server: Error 400 on SERVER:
> validate_re(): "" does not match "^true$|^false$" at
> /opt/puppet/share/puppet/modules/pe_mcollective/manifests/init.pp:40 on
> node oi151.test.net
> Looks like I don't have mcollective agent installed along with puppet, by
> default PE 2.0 expect every clients have both puppet and mcollective agents
> installed.
>
> So the questions are,
> 1. How do I disable Live Management in PE 2.0 ?
>     So that I can have agent without mcollective still reporting to PE 2.0
> server.
>

Remove the cron job that automatically adds all your agents to the default
group, which has the pe_mcollective class associated with it.

That class assumes PE agents, and deliberately fails early so you don't get
half-applied manifests to non-PE agents.

http://docs.puppetlabs.com/pe/2.0/console_classes_groups.html#the-default-group

There's a cron job in /etc/cron.d which is automatically adding your nodes
to this group.


> 2. How do I prepare an expected puppet+mcollective agents on Ubuntu ?
>

You should use the PE agent install on Ubuntu 10.0.4

-- 
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.

Reply via email to