[Puppet Users] Re: facter variable not being used

2009-01-13 Thread Luke Kanies
On Jan 12, 2009, at 7:14 PM, chakkerz wrote: > > Hello again > > My yaml file for puppetslave contains the fact: > [r...@puppetbeta manifests]# grep deploysudoers /var/lib/puppet/yaml/ > facts/puppetslave.its.uq.edu.au.yaml > deploysudoers: "false" > > which i note is a string (quotes), not a tr

[Puppet Users] Re: facter variable not being used

2009-01-12 Thread chakkerz
PS: I've updated http://reductivelabs.com/trac/puppet/wiki/AddingFacts to reflect how you can find out what values the client uses cheers chakkerz --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group.

[Puppet Users] Re: facter variable not being used

2009-01-12 Thread chakkerz
Hello again My yaml file for puppetslave contains the fact: [r...@puppetbeta manifests]# grep deploysudoers /var/lib/puppet/yaml/ facts/puppetslave.its.uq.edu.au.yaml deploysudoers: "false" which i note is a string (quotes), not a true / false / boolean ... so i've fixed my fact by changing my

[Puppet Users] Re: facter variable not being used

2009-01-12 Thread Luke Kanies
On Jan 11, 2009, at 6:05 PM, chakkerz wrote: > Firstly, most importantly, how do i fix this? how do i make sure my > fact is used? > Secondly, how can I find out what facter actually tells puppet are > facts? Check the $yamldir/facts on your server -- you should see a yaml- encoded copy of all