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.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.
>   
Yup.

[root@ manifests]# rpm -q ruby-augeas
ruby-augeas-0.2.0-3.el4


>   
>> 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.
>   
Yup:
[root@ RPMS]# ls -al facter-1.5.2-1.el4.x86_64.rpm
-rw-r--r--  1 yum yum 41207 Sep 10 11:03 facter-1.5.2-1.el4.x86_64.rpm
[root@ RPMS]# ls -al puppet-0.24.7-4.el4.x86_64.rpm
-rw-r--r--  1 yum yum 545547 Jan 28 12:23 puppet-0.24.7-4.el4.x86_64.rpm
[root@ RPMS]# ls -al ruby-augeas-0.2.0-3.el4.x86_64.rpm
-rw-r--r--  1 yum yum 17462 Jan 28 12:23 ruby-augeas-0.2.0-3.el4.x86_64.rpm
[root@ RPMS]# ls -al augeas-libs-0.3.5-2.el4.x86_64.rpm
-rw-r--r--  1 yum yum 186675 Jan 28 12:23 augeas-libs-0.3.5-2.el4.x86_64.rpm

Then I'm not sure what's the issue.

-L

--~--~---------~--~----~------------~-------~--~----~
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