[Puppet Users] Re: External Nodes - Puppet 2.6.4

2011-03-01 Thread cyrus
Yes. The file is executable by everyone. Plus this worked prior to installing Ruby 1.8.7 and Puppet 2.6.4. On Feb 28, 3:40 pm, Nan Liu wrote: > On Mon, Feb 28, 2011 at 3:36 PM, cyrus wrote: > > I recently moved to Puppet 2.6.4. Prior to this I was using the > > available RPMS for RHEL which were

[Puppet Users] Re: External Nodes - Puppet 2.6.4

2011-03-01 Thread cyrus
I have some more info. notice: Starting Puppet master version 2.6.5 info: mount[files]: allowing * access debug: No modules mount given; autocreating with default permissions debug: No plugins mount given; autocreating with default permissions debug: Finishing transaction 23799637825120 info: acce

[Puppet Users] Re: External Nodes - Puppet 2.6.4

2011-03-01 Thread cyrus
More info. It appears it has to do with the Ruby I compiled. I am running RHE5 which only comes with Ruby 1.8.5. Since I was experiencing issues with Store Configs I wanted to update to 1.8.7 so I could use the latest ActiveRecord, etc. Therefore I download the Ruby 1.8.7 source and compile and ins

[Puppet Users] Re: External Nodes - Puppet 2.6.4

2011-03-01 Thread cyrus
Making some headway, I now have a work-around but would like to know the real reason since my work around involves modifying the Puppet code. Here is the issue in: /usr/local/lib/ruby/site_ruby/1.8/puppet/util.rb # The idea here is to avoid IO#read whenever possible. output_file="/dev/null"