On Thursday, July 16, 2015 at 3:05:49 PM UTC-4, Hunter Haugen wrote: > > > A minimal use case shows that if $::operatingsystemmajrelease is undef > (puppet's idea of nil) then this will happen, because you can't compare > undef with comparators. (I include --trace just to show it really is the > puppet manifest `<` and not a ruby method `<`) > > [root@q2xuk1zrzaqpy3f ~]# puppet --version > 3.1.1 > [root@q2xuk1zrzaqpy3f ~]# puppet apply -e 'if $whatever < 5 {}' --trace > Error: undefined method `<' for :undef:Symbol at line 1 on node > q2xuk1zrzaqpy3f.delivery.puppetlabs.net > ... > Simple workaround is to check that the variable has a value before > comparing it: > > [root@q2xuk1zrzaqpy3f ~]# puppet apply -e 'if $whatever and $whatever < 5 > {}' > Notice: Finished catalog run in 0.20 seconds > > But... $operatingsystemmajrelease is totally a valid fact on centos6 and > facter 1.7.6 that I get when gem installing puppet 3.1.1: > > [root@q2xuk1zrzaqpy3f ~]# facter --version > 1.7.6 > [root@q2xuk1zrzaqpy3f ~]# facter operatingsystemmajrelease > 6 > > So what version of facter does your vagrant box have? It looks like 1.6 > does NOT have this fact, and thus the variable will be undef. > > Thanks, that's helpful and a reasonable explanation. Is Facter similar to Chef's Ohai? Anyway, it looks like this Vagrant box has Facter 1.6.18. I'll have to double check with my coworker that he is indeed using the same Vagrant box, but since we're getting our Vagrantfile from the same Chef repo, I doubt he'd have a different version, and yet he doesn't have the issue when running a $ vagrant provision. He's out today but I'll follow up with him as soon as possible.
-- 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 puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/28d9bac4-a3f0-4016-9eb5-a788eec1a170%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.