Hi Everyone; I am just starting with MCollective and I am struggling to find information about how to properly configure it. I have it installed but, I cannot seem to get mco facts working.. mco facts does not return the request information. Any help would be greatly appreciated! [root@mydev5 ~]# mco facts hostname mydev5 Report for fact: hostname Finished processing 1 / 1 hosts in 54.62 ms Thanks! Bee -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at groups.google.com/group/puppet-users?hl=en. For more options, visit groups.google.com/groups/opt_out.
You''ve gotta: - Set a fact source - Configure that fact source - Make sure that fact source has access to good data By default, mcollective is using the ''yaml'' fact source, which is looking for a file that may not exist and which may not have good data in it. Check the instructions here, they cover how to get that set up (assuming you''re using Puppet): projects.puppetlabs.com/projects/mcollective-plugins/wiki/FactsFacterYAML On Friday, February 1, 2013 12:44:49 PM UTC-8, Worker Bee wrote:> > Hi Everyone; > > I am just starting with MCollective and I am struggling to find > information about how to properly configure it. > > I have it installed but, I cannot seem to get mco facts working.. mco > facts does not return the request information. > > Any help would be greatly appreciated! > > > > [root@mydev5 ~]# mco facts hostname mydev5 > Report for fact: hostname > > > Finished processing 1 / 1 hosts in 54.62 ms > > > Thanks! > Bee >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at groups.google.com/group/puppet-users?hl=en. For more options, visit groups.google.com/groups/opt_out.
Thanks, Nick! Worked perfectly! On Fri, Feb 1, 2013 at 4:32 PM, Nick Fagerlund < nick.fagerlund@puppetlabs.com> wrote:> You''ve gotta: > > - Set a fact source > - Configure that fact source > - Make sure that fact source has access to good data > > By default, mcollective is using the ''yaml'' fact source, which is looking > for a file that may not exist and which may not have good data in it. > > Check the instructions here, they cover how to get that set up (assuming > you''re using Puppet): > projects.puppetlabs.com/projects/mcollective-plugins/wiki/FactsFacterYAML > > > On Friday, February 1, 2013 12:44:49 PM UTC-8, Worker Bee wrote: >> >> Hi Everyone; >> >> I am just starting with MCollective and I am struggling to find >> information about how to properly configure it. >> >> I have it installed but, I cannot seem to get mco facts working.. mco >> facts does not return the request information. >> >> Any help would be greatly appreciated! >> >> >> >> [root@mydev5 ~]# mco facts hostname mydev5 >> Report for fact: hostname >> >> >> Finished processing 1 / 1 hosts in 54.62 ms >> >> >> Thanks! >> Bee >> > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscribe@googlegroups.com. > To post to this group, send email to puppet-users@googlegroups.com. > Visit this group at groups.google.com/group/puppet-users?hl=en. > For more options, visit groups.google.com/groups/opt_out. > > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at groups.google.com/group/puppet-users?hl=en. For more options, visit groups.google.com/groups/opt_out.