Placement of Variables in Puppet module
- by Michael Duffy
Hi guys;
I've got a puppet module to setup several Gigaspaces PU's. Each of these have quite a few variables to be placed within the configuration file templates. We're also using several different environments so these variables are repeated several times to contain the values for each environment.
My question is where the best place to store these variables would be? A class of their own, an external .pp I import, or something other?