[Puppet Users] Re: representing undef in hiera?

2015-02-12 Thread ess
On Monday, February 9, 2015 at 11:37:39 AM UTC-5, Christopher Wood wrote: > > How would I represent an undef in hiera such that a class parameter will > be populated as undef? John's doing a better job than I would of talking about the overall theory, but we ran into something similar and I f

[Puppet Users] Re: Puppet Environments change after upgrading to 3.7.5

2015-05-13 Thread ess
We are using PE 3.7.2 with r10k, so I don't know how specifically useful this will be, but PE requires the use of basemodulepath. https://docs.puppetlabs.com/puppet/latest/reference/config_file_environment.html puppet.conf on master: [main] basemodulepath = /etc/puppetlabs/puppet/modules:/o

[Puppet Users] Re: Puppet Environments change after upgrading to 3.7.5

2015-05-13 Thread ess
Re-sending after reading your situation more carefully. We are using PE 3.7.2 with r10k and directory environments, so I don't know how specifically useful this will be since you're still using config environments. Directory environments / PE use basemodulepath now (I'm not sure about config e

[Puppet Users] Advice on module structure

2019-06-10 Thread CJ Ess
I need some advice - In my environment I have multiple groups which manage multiple applications in three different environments (dev/qa/prod). The layout of the puppet files is very non-standard and that causes problems. The three environments have subtle differences which are codified in pupp