I'm a puppet n00b trying to write an ENC, and I'm a bit stumped. Here's the scenario:
I have an app which is started via inittab, and a parameterized class which accepts several arguments (inittab label, log dir, version, etc) which it uses to ensure that the app is installed, that certain directories are created, inittab entries are added, etc. This app has several instances, each of which is deployed to a group of hosts. Some of these groups of hosts overlap, meaning that multiple instances can run on a given host. My dilemma is that this makes returning the proper YAML from a perl script impractical as the class names are the keys. So when multiple instances of an app need to be installed on the same node... well, you can't. Key names must be unique. A more elegant way must exist to do what I need to do, I'm just not seeing it. Any ideas? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. 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.
