Hi all - new to puppet - and have gotten as far as configuring a staging server with two of our web apps through puppet.
Now we plan to have developer workstations get dev environments through puppet. We have ~8 developers and ~5 web apps we develop. Not every developer works on every project. >From my limited experience with puppet I plan to: 1. Ask each developer what their workstation is called, and which apps they work on 2. Create a stanza in node.pp along the lines of: node "devstation-bob" inherits "default" { include appB; include abbE; } This is fine for my purposes - but I wonder if there's a better way - I can't imagine scaling the up too far. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@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.