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