Re: [Puppet Users] elseIf statement confusion

2014-04-23 Thread Aaron Shegrud
I'm serious I think I read that a million times and my dyslexia kicked in until you pointed it out. thanks. On Wednesday, April 23, 2014 2:07:36 PM UTC-7, Robin Bowes wrote: > > Read here: > > > http://docs.puppetlabs.com/puppet/latest/reference/lang_conditional.html#if-statements > > > In par

Re: [Puppet Users] elseIf statement confusion

2014-04-23 Thread Aaron Shegrud
ahh damn it. haha thanks. On Wednesday, April 23, 2014 2:07:36 PM UTC-7, Robin Bowes wrote: > > Read here: > > > http://docs.puppetlabs.com/puppet/latest/reference/lang_conditional.html#if-statements > > > In particular, note the spelling of elsif. :) > > R. > > -- You received this me

Re: [Puppet Users] elseIf statement confusion

2014-04-23 Thread Robin Bowes
Read here: http://docs.puppetlabs.com/puppet/latest/reference/lang_conditional.html#if-statements In particular, note the spelling of elsif. :) R. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receivi

[Puppet Users] elseIf statement confusion

2014-04-23 Thread Aaron Shegrud
I have a class class whs::auth { if ($macosx_productversion_major == '10.9'){ file { 'authorization109': path=> '/System/Library/Security/authorization.plist', ensure => file, owner => 'root', group => 'wheel',