Re: [Puppet Users] Disabling Certificates

2010-11-11 Thread Peter De Cleyn
Hi Derek, In our setup, the certificates pose also more problems than they add functionality. I would love to hear of a solution to get rid of the certificates, but until now I did not find or heard of any solution. Peter On 11 Nov 2010, at 04:42, Derek J. Balling wrote: > Has anyone had an

[Puppet Users] dynamic data in hiera

2012-10-17 Thread Peter De Cleyn
Hi list, I wondered if I could include 'dynamic' data inside a hiera yaml file. I would like to be able to add variables in scope of the resource which performs a hiera call. So e.g. in hiera yaml: address: "192.168.1.#{nodeID}" in puppet node test { $nodeID = 5 $ip=hiera(address) } I

Re: [Puppet Users] dynamic data in hiera

2012-10-17 Thread Peter De Cleyn
t setup up, so > no other nodes are connected but one and it is quite reproducable on this > setup. Is this a known issue? > > Peter > > > Op woensdag 17 oktober 2012 16:30:03 UTC+2 schreef R.I. Pienaar het volgende: > > > - Original Message - > &g

Re: [Puppet Users] dynamic data in hiera

2012-10-18 Thread Peter De Cleyn
://projects.puppetlabs.com/issues/17094 to address the issue and suggested a possible fix (using Regexp.escape) . Otherwise, hiera is a great tool to work with! Such a level of flexibility you add to your puppet environment! Peter On Wed, Oct 17, 2012 at 11:54 PM, Peter De Cleyn wrote: > No, just plain manife

Re: [Puppet Users] dynamic data in hiera

2012-10-18 Thread Peter De Cleyn
To be sure, you can run the puppet master in debug mode: puppet master --no-daemonize --debug You will get a continuous stream of messages from hiera: Debug: hiera(): Looking up $sys in scope Debug: hiera(): Looking up $sys in scope Debug: hiera(): Looking up $sys in scope ... On Fri, Oct 19, 2

Re: [Puppet Users] Re: hiera broken in puppet-3

2012-12-12 Thread Peter De Cleyn
I just did the same process of debugging you did (should learn to search this list first) and the proposed solution works for me. Did you file this as a bug yet on the puppet ticketing system (can't find it there) so I can vote ;-) Peter On Mon, Oct 29, 2012 at 7:04 PM, asq wrote: > ok, i go

[Puppet Users] creating file locations from hiera

2013-01-25 Thread Peter De Cleyn
Hi list, I ran again against a long standing bug / feature request but from a new angle: creating directories with parents ( http://projects.puppetlabs.com/issues/86). I wanted to create a module, where a path could be supplied with a class parameter. The path would be used in a rsync configurat