[Puppet Users] puppet stdlib functions difference github vs forge

2014-03-06 Thread MCZ
So I am looking at https://github.com/puppetlabs/puppetlabs-stdlib which states module version is 4.1.0 and it has a bunch of new functions that do not exist in the forge version of the module version 4.1.0, like: # stdlib/lib/puppet/parser/functions/deep_merge.rb #

[Puppet Users] Re: Weird problem realizing exported resources

2013-01-29 Thread MCZ
UTC-6, MCZ wrote: Its puppet 2.7.x latest, I chain resources like this: node 'puppetmaster-client' { include base::route53::r53server $primary_fqdn = 'puppetmaster.foo.bar' base::route53::r53delegation { [$primary_fqdn.,'xyz.foo.bar.']: } -Class['base::route53

[Puppet Users] can't convert nil into Hash with create_resource and +

2013-01-24 Thread MCZ
I am doing something like that: class users::userlist { @users::virtual::localuser { ubuntu: sshkey = { 'test_key' = { key = 'XX' }, 'test_key2' = { key = 'YY'}, ,} groups = 'test_group', } } All is good whenever I just do

[Puppet Users] Re: Weird problem realizing exported resources

2013-01-24 Thread MCZ
, that is not that important although a bit annoyingI hope in 3.x this will be fixed, time to put some effort to migrate anyway. On Thursday, 25 October 2012 14:58:34 UTC+1, jcbollinger wrote: On Wednesday, October 24, 2012 6:10:18 AM UTC-5, MCZ wrote: So basically I am using this (http

[Puppet Users] Weird problem realizing exported resources

2012-10-24 Thread MCZ
So basically I am using this (http://github.com/larstobi/puppet-dns/) module to manage amazon's route53 dns entries. The generic definition goes like that: node 'testnode' { base::route53::r53delegation { $primary_fqdn.: ;} } On a server node which (is actually my puppet master) submits