Always use a boolean
authorStephen Gran <steve@lobefin.net>
Sat, 5 Feb 2011 10:39:24 +0000 (10:39 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 5 Feb 2011 10:39:24 +0000 (10:39 +0000)
commit507251cb409326409c2e13a365ce901796468d68
tree2310531a265d7a9c5e9a0552948771092698a024
parent803e5996e2585802126d685475907c8f4231ee43
Always use a boolean

Some entries in nodeinfo were being set to a string and some to a
boolean.  This led us to almost always guess the wrong thing when
writing manifest entries based on extractnodeinfo output.  When looking
for true, always use the bare form as it is now a boolean.
Signed-off-by: Stephen Gran <steve@lobefin.net>
files/etc/puppet/lib/puppet/parser/functions/yamlinfo.rb
manifests/site.pp