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. > > 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
Do you have ruby-augeas installed on your puppetmaster ? You'll need that, too for things to work out. > Is there a path issue in one of the rpms with 64 bit OS?? Only if you have noarch RPM's - as long as all the RPM's you list above have the same arch (all i386 or all x86_64), you should be fine. David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---