On 18/06/13 23:07, Charles Mean wrote: > Hello guys, I am facing a problem with puppet client installed via gem > due Ruby EE. > The problem is the following: > >> puppetd -vt > info: Caching catalog for #FQDN > err: Could not run Puppet configuration client: Could not find a default > provider for augeas > > I have tried to install ruby-augeas(gem install ruby-augeas) but it > returns an error while compiling(make can not compile it). > > My ruby version is: ruby 1.8.7 (2009-12-24 patchlevel 248) > [x86_64-linux], MBARI 0x6770, Ruby Enterprise Edition 2010.01 > And my puppet client version is: 2.6.2 > > Do you guys have any idea on how to solve this problem ?
You said you had an error while compiling, what was the error? At a guess you'll need to ensure you have at least gcc and augeas-devel available. -- Dominic Cleal Red Hat Engineering -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
