Re: [Puppet Users] Using hiera-data for a specific node

2014-07-23 Thread Matthias Viehweger
Am Mittwoch, 23. Juli 2014 19:13:47 UTC+2 schrieb Atom Powers: > > Is the value of "256" being resolved by puppet as a string? > That would cause your "is_integer" test to fail. > > Well, if that test fails, then my core problem - getting the data at all - is solved. I expect that the conversion

Re: [Puppet Users] Using hiera-data for a specific node

2014-07-23 Thread Atom Powers
Is the value of "256" being resolved by puppet as a string? That would cause your "is_integer" test to fail. On Wed, Jul 23, 2014 at 10:01 AM, Matthias Viehweger < m.viehwe...@heute-kaufen.de> wrote: > Hi list! > > I have a problem integrating puppet and hiera. > > Our puppet-master and all node

[Puppet Users] Using hiera-data for a specific node

2014-07-23 Thread Matthias Viehweger
Hi list! I have a problem integrating puppet and hiera. Our puppet-master and all nodes are running puppet 3.6.2. On the master, hiera version 1.3.4 is installed. I want to use some hiera-data in a class depending on the node. To be less abstract, I have this class: class memcached::server{