Re: [Puppet-dev] how to create a node object from a parameterised class?

2011-03-06 Thread Nikolay Sturm
* Dan Bode [2011-02-19]: This is fixed by my patch for param class support for ENC: http://projects.puppetlabs.com/issues/5045 This will only work against 2.6.5 (currently at rc4) The only difference is that :classes should take a hash instead of an array. Great, works fine. Thanks for

[Puppet-dev] [PATCH/facter 1/1] Fixed #6611 - Fixed broken HPVM test and rationalised test structure

2011-03-06 Thread James Turnbull
Signed-off-by: James Turnbull ja...@lovedthanlost.net --- Local-branch: tickets/master/6611 spec/unit/virtual_spec.rb | 23 --- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/spec/unit/virtual_spec.rb b/spec/unit/virtual_spec.rb index a152b40..454a57b

Re: [Puppet-dev] [PATCH/facter 1/1] Fixed #6611 - Fixed broken HPVM test and rationalised test structure

2011-03-06 Thread Paul Nasrat
I don't have hpux access to test, but look sane +1 On 6 March 2011 19:52, James Turnbull ja...@lovedthanlost.net wrote: Signed-off-by: James Turnbull ja...@lovedthanlost.net --- Local-branch: tickets/master/6611  spec/unit/virtual_spec.rb |   23 ---  1 files changed, 12

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 ja...@puppetlabs.com 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

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 ni...@puppetlabs.com 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

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 ni...@puppetlabs.com wrote: On Sun, Mar 6, 2011 at 12:44 PM, Nigel Kersten ni...@puppetlabs.com 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

Re: [Puppet-dev] [PATCH/facter 1/1] Fixed #6611 - Fixed broken HPVM test and rationalised test structure

2011-03-06 Thread Daniel Pittman
On Sun, Mar 6, 2011 at 11:52, James Turnbull ja...@lovedthanlost.net wrote: Signed-off-by: James Turnbull ja...@lovedthanlost.net --- Local-branch: tickets/master/6611  spec/unit/virtual_spec.rb |   23 ---  1 files changed, 12 insertions(+), 11 deletions(-) diff --git

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 ni...@puppetlabs.com wrote: On Sun, Mar 6, 2011 at 2:19 PM, Luke Kanies l...@puppetlabs.com 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

[Puppet-dev] [PATCH/facter 1/2] Fixed #5699 - Added virtual support for s390x/Zlinux

2011-03-06 Thread James Turnbull
Patch modified from Hector Rivas Signed-off-by: James Turnbull ja...@lovedthanlost.net --- Local-branch: tickets/master/5699 lib/facter/util/virtual.rb |3 +++ lib/facter/virtual.rb |4 spec/unit/virtual_spec.rb | 20 ++-- 3 files changed, 25 insertions(+), 2

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 ni...@puppetlabs.com wrote: On Sun, Mar 6, 2011 at 2:19 PM, Luke Kanies l...@puppetlabs.com 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

[Puppet-dev] [PATCH/facter 1/1] (#6615) fix missing stub calls in loader specs

2011-03-06 Thread Rick Bradley
It's not clear to me how these are now needed and apparently weren't when we first checked this in. These stubs will let the specs continue on so we can check the load order, which was the original intent of (#5510) which caused the introduction of these specs. Signed-off-by: Rick Bradley