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.

but I'm getting this error with this code:

augeas { "augeas-sshd_config":
  context   => "/files/etc/ssh/sshd_config",
  changes   => "set Protocol 2",
  require  => File["sshd_config"],
  notify    => Service["sshd"],
}

and get this error

puppetd[17297]: Could not create augeas-sshd_config: Could not find a
default provider for augeas
puppetd[17297]: Configuration could not be instantiated: Could not
find a default provider for augeas

Is there a path issue in one of the rpms with 64 bit OS??

This does not happen on the 32 bit CentOS 3 machines I have that we
compiled inhouse the RPMs.

Though the error does seem to occur on both 32 and 64 bit CentOS 4 and
5 but the RPMs are not complied by us.

-L

On Jan 15, 8:28 pm, Robin Lee Powell <rlpow...@digitalkingdom.org>
wrote:
> 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, but:
>
> > $ /usr/bin/puppetd -t --noop
> > err:Couldnotcreate no usecacheonfailure:Couldnotfinda default provider 
> > foraugeas
> > warning:Notusing cache on failed catalog
> > warning: Configurationcouldnotbe instantiated:Couldnotfinda default 
> > provider foraugeas
>
> > That'snotan especially helpful error message; can someone give me
> > a hint?
>
> strace and I found the problem; I needed /usr/local/lib in my
> ld.so.conf.  Puppet wasn't looking there for libaugeas.so.0
>
> -Robin
>
> --
> They say:  "The first AIs will be built by the military as weapons."
> And I'm thinking:  "Does it even occur to you to try for something
> other than the default outcome?" 
> --http://shorl.com/tydruhedufogrehttp://www.digitalkingdom.org/~rlpowell/***http://www.lojban.org/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@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