I hope that someone can help me here. in mcollective server.cfg I have following: identity = fqdn When I do mc-inventory (or any other function) the host name says: "fqdn". If i put hostname itself in it than that works, however that would mean I have to fill in that field on every server. Of course I can just create an erb template in puppet and specify hostname, but that just seems strange to me. So my question is should the identity field actually says the words :"fqdn" or should it automatically populate FQDN of the server? If not, is there a way to automate that? Thank you Marek -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Hi, You can don''t specify this parameter. It will be taken from system configuration. On 14.03.2011 19:08, Marek Dohojda wrote:> I hope that someone can help me here. > > in mcollective server.cfg I have following: > identity = fqdn > > When I do mc-inventory (or any other function) the host name says: > "fqdn". If i put hostname itself in it than that works, however that > would mean I have to fill in that field on every server. Of course I > can just create an erb template in puppet and specify hostname, but that > just seems strange to me. So my question is should the identity field > actually says the words :"fqdn" or should it automatically populate FQDN > of the server? If not, is there a way to automate that? > > Thank you > Marek > > > -- > 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+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en.-- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
D''OH! That worked like a champ! thank you. On Mon, Mar 14, 2011 at 11:25 AM, Sergey Zhuga <sergey.zhuga@gmail.com>wrote:> Hi, > > You can don''t specify this parameter. It will be taken from system > configuration. > > > On 14.03.2011 19:08, Marek Dohojda wrote: > >> I hope that someone can help me here. >> >> in mcollective server.cfg I have following: >> identity = fqdn >> >> When I do mc-inventory (or any other function) the host name says: >> "fqdn". If i put hostname itself in it than that works, however that >> would mean I have to fill in that field on every server. Of course I >> can just create an erb template in puppet and specify hostname, but that >> just seems strange to me. So my question is should the identity field >> actually says the words :"fqdn" or should it automatically populate FQDN >> of the server? If not, is there a way to automate that? >> >> Thank you >> Marek >> >> >> -- >> 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+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/puppet-users?hl=en. >> > > -- > 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+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > >-- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.