> My scenario is this: I have 4 environments, Dev, Test, QA, Prod. Each
> of these environments lives in 2 sites, LA and NY. I have 5
> applications that are site and env specific.
>
> I want to use puppet to template-ize the config files that is required
> for each env, per site, per app, so 40 files.
>
> The config file is basically key=value pairs. Here's a simple example
> of what each file may look like:
>
> site=LA
> env=Dev
> app=App1
> masterServer=host1
> clientServer1=host2
> clientServer2=host3
>


How about having these key value pairs in site.pp with a case environment
Then they become global to all modules.



-- 
Krish
olindata.com

-- 
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.

Reply via email to