Hey I have a server named lnx02system, he is the puppet-master in my site.pp file I have the folowing lines: import "classes/*" node default { include sudo } node lnx01system{ include passwd } The problem is that I have a file in the classes dir, named "package.pp" and every time, the server lnx01system runs the configuration written in the package.pp file :0 how is it possible ?? thnx --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Post your package.pp file On Dec 23, 2008, at 7:19 AM, Gershenz wrote:> > Hey > I have a server named lnx02system, he is the puppet-master > in my site.pp file I have the folowing lines: > import "classes/*" > node default { > include sudo > } > node lnx01system{ > include passwd > } > > The problem is that I have a file in the classes dir, named > "package.pp" > and every time, the server lnx01system runs the configuration written > in the package.pp file :0 > how is it possible ?? > > thnx > > >--~--~---------~--~----~------------~-------~--~----~ 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 made a mistake on my package.pp file, I didn''t wrapped it with the "class" type ... When I did it, i fixed my problem ... thnx On Dec 23, 4:58 pm, Carl Caum <carl.c...@gmail.com> wrote:> Post your package.pp file > > On Dec 23, 2008, at 7:19 AM, Gershenz wrote: > > > > > Hey > > I have a server named lnx02system, he is the puppet-master > > in my site.pp file I have the folowing lines: > > import "classes/*" > > node default { > > include sudo > > } > > node lnx01system{ > > include passwd > > } > > > The problem is that I have a file in the classes dir, named > > "package.pp" > > and every time, the server lnx01system runs the configuration written > > in the package.pp file :0 > > how is it possible ?? > > > thnx--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---