On 23 Nov 2009, at 7:33 AM, Christopher Johnston wrote:
> Its definitely there.. I even put a <%= processorcount %> to make  
> sure the variable is set.
>
> <% processorcount.to_i-1 %>
> <% for cpu in (0..processorcount) %>

Try:

        <% for cpu in (0 .. processorcount.to_i) %>

-- 
Ian Ward Comfort <icomf...@rescomp.stanford.edu>
Systems Team Lead, Student Computing, Stanford University

--

You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.


Reply via email to