[Puppet Users] Re: Puppet can't find Augeas (now with RPMs)

2009-02-03 Thread Larry Ludwig
David Lutterkort wrote: > On Tue, 2009-02-03 at 08:05 -0500, Larry Ludwig wrote: > >> Then I'm not sure what's the issue. >> > > What happens if you run this through plain ruby: > > require 'augeas' > > aug = Augeas::open(nil, nil, 0) > > puts aug.

[Puppet Users] Re: Puppet can't find Augeas (now with RPMs)

2009-02-03 Thread David Lutterkort
On Tue, 2009-02-03 at 08:05 -0500, Larry Ludwig wrote: > Then I'm not sure what's the issue. What happens if you run this through plain ruby: require 'augeas' aug = Augeas::open(nil, nil, 0) puts aug.match("/files/etc/hosts/*").join("\n") If tha

[Puppet Users] Re: Puppet can't find Augeas (now with RPMs)

2009-02-03 Thread Larry Ludwig
David Lutterkort wrote: > On Mon, 2009-02-02 at 12:51 -0800, Larry Ludwig wrote: > >> Hi all I'm getting this same error with the Puppet RPMs from EPEL. >> >> I have installed: >> puppet-0.24.7-4.el4 >> ruby-augeas-0.2.0-3.el4 >> augeas-0.3.5-2.el4 >> augeas-libs-0.3.5-2.el4 >> facter-1.5.2-1.e

[Puppet Users] Re: Puppet can't find Augeas (now with RPMs)

2009-02-02 Thread David Lutterkort
On Mon, 2009-02-02 at 12:51 -0800, Larry Ludwig wrote: > Hi all I'm getting this same error with the Puppet RPMs from EPEL. > > I have installed: > puppet-0.24.7-4.el4 > ruby-augeas-0.2.0-3.el4 > augeas-0.3.5-2.el4 > augeas-libs-0.3.5-2.el4 > facter-1.5.2-1.el4 > > on a 64 bit CentOS 4.7. > > b

[Puppet Users] Re: Puppet can't find Augeas

2009-01-15 Thread Robin Lee Powell
On Thu, Jan 15, 2009 at 05:17:37PM -0800, Robin Lee Powell wrote: > > > I've set up this machine, I think, like my two others. I've > compiled and installed: > > facter-1.5.2 > > puppet-0.24.7 > > augeas-0.3.5 > > Also, done gem install ruby-augeas-0.2.0.gem > > All of it seemed to work, b