Re: [Puppet Users] Hiera - How to set a parameter to the value false

2011-11-15 Thread Bruno Léon
On 11-11-11 12:56 PM, Peter Meier wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've been using hiera for a few weeks now, but I'm stuck now trying to set a value to false Basically, I have a class that read its parameter in hiera, and in a yaml file I have the following code: ---

Re: [Puppet Users] Hiera - How to set a parameter to the value false

2011-11-11 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've been using hiera for a few weeks now, but I'm stuck now trying to set a value to false Basically, I have a class that read its parameter in hiera, and in a yaml file I have the following code: --- use_ecrypt_fs: true server_region: fr

[Puppet Users] Hiera - How to set a parameter to the value false

2011-11-07 Thread Bruno Léon
Hello, I've been using hiera for a few weeks now, but I'm stuck now trying to set a value to false Basically, I have a class that read its parameter in hiera, and in a yaml file I have the following code: --- use_ecrypt_fs: true server_region: fr puppet_enable: false This ultimately