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 that works, Puppet has trouble detecting Augeas; if it fails, there's
something screwed up with Augeas.

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

Reply via email to