On Thursday, 16 April 2015 10:02:46 UTC+1, Matthias Saou wrote: > > Hi, > > Using : > puppet-3.7.5-1.el6.noarch > puppetserver-1.0.2-1.el6.noarch > facter-2.4.1-1.el6.x86_64 > > And with this in my puppetserver's puppet.conf : > parser = future > stringify_facts = false > > I still get this error : > Error: Comparison of: String > Integer, is not possible. Caused by 'A > String is not comparable to a non String'.
stringify_facts needs to be false on the agent. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/202155f3-b97d-4982-b2ba-5982f1a1e26b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
