Re: [Puppet Users] Hiera not expanding $operatingsystem variable

2014-07-30 Thread Christopher Wood
On Wed, Jul 30, 2014 at 08:47:23PM +0100, Karolis Pabijanskas wrote: >Thanks! I knew it was something simple! I just did not restart the puppet >master that was all.. hiera works fine with or without the quotes >though and they are not required. I've had some troubles using all-num

Re: [Puppet Users] Hiera not expanding $operatingsystem variable

2014-07-30 Thread Karolis Pabijanskas
Thanks! I knew it was something simple! I just did not restart the puppet master that was all.. hiera works fine with or without the quotes though and they are not required. Thanks again for the tip! Karolis On 30 July 2014 19:03, Garrett Honeycutt wrote: > On 7/30/14 1:23 PM, Johan De Wi

Re: [Puppet Users] Hiera not expanding $operatingsystem variable

2014-07-30 Thread Garrett Honeycutt
On 7/30/14 1:23 PM, Johan De Wit wrote: > Hi, > > always use quotes when using facts etc in hiera : > > :hierarchy: > - "%{operatingsystem}" > - default > > hth > > Johan > > On 30/07/14 18:21, Karolis Pabijanskas wrote: >> Hi All, >> >> I am sure this is going to be something completely s

Re: [Puppet Users] Hiera not expanding $operatingsystem variable

2014-07-30 Thread Johan De Wit
Hi, always use quotes when using facts etc in hiera : :hierarchy: - "%{operatingsystem}" - default hth Johan On 30/07/14 18:21, Karolis Pabijanskas wrote: Hi All, I am sure this is going to be something completely stupid, but I just can't find the issue :) I have a very simple module