Re: [Puppet-dev] [PATCH/puppet 2/2] (#6513) Propagate the environment when doing variable lookup in settings

2011-03-06 Thread Luke Kanies
On Mar 6, 2011, at 3:45 PM, Nigel Kersten wrote: On Sun, Mar 6, 2011 at 2:19 PM, Luke Kanies wrote: > > As Jacob said, per-environment settings aren't limited at all any more, and > I don't think they have been for the whole 2.6 release series. > > Not every setting available in [master] work

Re: [Puppet-dev] [PATCH/puppet 2/2] (#6513) Propagate the environment when doing variable lookup in settings

2011-03-06 Thread Jacob Helwig
Nigel Kersten wrote: On Sun, Mar 6, 2011 at 2:19 PM, Luke Kanies wrote: As Jacob said, per-environment settings aren't limited at all any more, and I don't think they have been for the whole 2.6 release series. Not every setting available in [master] works on a per-environment basis. exe

Re: [Puppet-dev] [PATCH/puppet 2/2] (#6513) Propagate the environment when doing variable lookup in settings

2011-03-06 Thread Nigel Kersten
On Sun, Mar 6, 2011 at 2:19 PM, Luke Kanies wrote: > > As Jacob said, per-environment settings aren't limited at all any more, and > I don't think they have been for the whole 2.6 release series. > > Not every setting available in [master] works on a per-environment basis. exec_terminus etc come

Re: [Puppet-dev] [PATCH/puppet 2/2] (#6513) Propagate the environment when doing variable lookup in settings

2011-03-06 Thread Luke Kanies
On Mar 6, 2011, at 1:15 PM, Jacob Helwig wrote: > Nigel Kersten wrote: > On Sun, Mar 6, 2011 at 12:44 PM, Nigel Kersten wrote: > > As I understand it, the only settings that work on a per-environment basis > currently are modulepath and manifestdir, and I > > Correction: modulepath and manif

Re: [Puppet-dev] [PATCH/puppet 2/2] (#6513) Propagate the environment when doing variable lookup in settings

2011-03-06 Thread Jacob Helwig
Nigel Kersten wrote: On Sun, Mar 6, 2011 at 12:44 PM, Nigel Kersten wrote: As I understand it, the only settings that work on a per-environment basis currently are modulepath and manifestdir, and I Correction: modulepath and manifest, not manifestdir. It's not expanding the list of t

Re: [Puppet-dev] [PATCH/puppet 2/2] (#6513) Propagate the environment when doing variable lookup in settings

2011-03-06 Thread Nigel Kersten
On Sun, Mar 6, 2011 at 12:44 PM, Nigel Kersten wrote: > > As I understand it, the only settings that work on a per-environment basis > currently are modulepath and manifestdir, and I > Correction: modulepath and manifest, not manifestdir. -- You received this message because you are subscribed

Re: [Puppet-dev] [PATCH/puppet 2/2] (#6513) Propagate the environment when doing variable lookup in settings

2011-03-06 Thread Nigel Kersten
On Sat, Mar 5, 2011 at 10:48 AM, Jacob Helwig wrote: > For example with the following: > > test.conf: > [master] > rrddir = /var/lib/puppet/rrd > templatedir = /var/lib/puppet/templates > [env_a] > templatedir = $rrddir/templates > rrddir = /tmp/env_a/ > > The command: > RU

[Puppet-dev] [PATCH/puppet 2/2] (#6513) Propagate the environment when doing variable lookup in settings

2011-03-05 Thread Jacob Helwig
For example with the following: test.conf: [master] rrddir = /var/lib/puppet/rrd templatedir = /var/lib/puppet/templates [env_a] templatedir = $rrddir/templates rrddir = /tmp/env_a/ The command: RUBYLIB=lib bin/puppet master --config ./test.conf --environment env_a