Hi all, I'll open my puppet server to other services in my office, but I'd like to allow each service to only be able to modify its confs. I know there are a couple of files that i cannot split, like fileserver or autosing or puppet.conf, but it's a minor problem.
I'm worried about site and nodes, basically. I have my module imports in site.pp, but, may I include other site.pp in main site.pp? something like: /puppet/manifests/ site.pp: include other_servicesA/site.pp include other_servicesB/site.pp import "module A" /puppet/manifests/other_servicesA: site.pp: import "module B" /puppet/manifests/other_servicesB: site.pp: import "module C" Is this syntax correct? And, what about nodes? same dir structure is correct? /puppet/manifests/ nodes.pp: include other_servicesA/node.pp include other_servicesB/node.pp is there any other way for doing so? TIA, Arnau --~--~---------~--~----~------------~-------~--~----~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---