Getting this in syslog: Jun 4 16:30:35 lxp6d4m3 puppetd[13254]: (//Node[default]/baseclass/ baseline/File[/etc/issue]/source) change from {md5}29636500b821e897b992dc701c03d997 to puppet://lxp6d4m3.etrade.com/baseline/issue failed: Could not find server puppet yet the rule this references, does not reference a server puppet: file{ "/etc/issue" : owner => "root", mode => 644, ensure => present, source => "puppet://lxp6d4m3.etrade.com/baseline/issue", } I have also tried: source => "puppet://$server/baseline/issue" as well - same error $server in puppet.conf = lxp6d4m3.etrade.com? What gives? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I have also tried source => "puppet:///baseline/issue" On Jun 4, 4:33 pm, Jeff Leggett <jeffrey.legg...@etrade.com> wrote:> Getting this in syslog: > > Jun 4 16:30:35 lxp6d4m3 puppetd[13254]: (//Node[default]/baseclass/ > baseline/File[/etc/issue]/source) change from > {md5}29636500b821e897b992dc701c03d997 to puppet://lxp6d4m3.etrade.com/baseline/issue > failed: Could not find server puppet > > yet the rule this references, does not reference a server puppet: > > file{ "/etc/issue" : > owner => "root", > mode => 644, > ensure => present, > source => "puppet://lxp6d4m3.etrade.com/baseline/issue", > } > > I have also tried: > > source => "puppet://$server/baseline/issue" as well - same error > > $server in puppet.conf = lxp6d4m3.etrade.com? What gives?--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
OK weird... I added an alias for puppet to the server line in my puppetmasters /etc/hosts - and all worked... BUT! my server var in puppet.conf should make that not -needed? On Jun 4, 5:00 pm, Jeff Leggett <jeffrey.legg...@etrade.com> wrote:> I have also tried source => "puppet:///baseline/issue" > > On Jun 4, 4:33 pm, Jeff Leggett <jeffrey.legg...@etrade.com> wrote: > > > Getting this in syslog: > > > Jun 4 16:30:35 lxp6d4m3 puppetd[13254]: (//Node[default]/baseclass/ > > baseline/File[/etc/issue]/source) change from > > {md5}29636500b821e897b992dc701c03d997 to puppet://lxp6d4m3.etrade.com/baseline/issue > > failed: Could not find server puppet > > > yet the rule this references, does not reference a server puppet: > > > file{ "/etc/issue" : > > owner => "root", > > mode => 644, > > ensure => present, > > source => "puppet://lxp6d4m3.etrade.com/baseline/issue", > > } > > > I have also tried: > > > source => "puppet://$server/baseline/issue" as well - same error > > > $server in puppet.conf = lxp6d4m3.etrade.com? What gives?--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Jeff Leggett wrote:> OK weird... I added an alias for puppet to the server line in my > puppetmasters /etc/hosts - and all worked... BUT! my server var in > puppet.conf should make that not -needed? >Check your filebucket configuration --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Jeff, I think you should be able to take puppet out of /etc/hosts if you have: source => "puppet:///baseline/issue" (note the 3 slashes) If that doesn''t work, send me the error you are getting when you try it. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Thanks for the replies! AJ was right - had a typo in my filebucket config... On Jun 5, 11:00 am, "Andrew Shafer" <and...@reductivelabs.com> wrote:> Jeff, > > I think you should be able to take puppet out of /etc/hosts if you have: > source => "puppet:///baseline/issue" > (note the 3 slashes) > > If that doesn''t work, send me the error you are getting when you try it.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---