Ok, I've been reading and I have some questions about best practices: I understand that modules are to be self contained blocks that i can just drop in. Using best practices, how does this fit into the naming scheme?
Classes are singletons. I think i understand this. I've been defining classes in /etc/puppet/classes, but then how does this relate to any modules i might want to use? what is the difference between class::whateverthismethodlikethingisinpuppetsyntax and class? ie: class apache { # } class apache::wtf { # } What is the actual function of site.pp? I had thought it was the entry point for puppetmasterd. so how would I include a module in a site? --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---