Hi, I have a problem with augeas, puppet and Suse 10 SP2. Augeas works when I use the augtool to edit files. But I would like to use it in combination with puppet. My class looks something like this: augeas {"sysctl.conf": provider => "augeas", context => "/files/etc/sysctl.conf", changes => [ "set net.core.wmem_default 262144", "set net.core.wmem_max 262144", "set kernel.sem 250 32000 100 128", ], }
When I do a 'puppetd -v -d --no-daemonize --onetime' on my node, I get the following error: "err: //Node...Failed to retrieve current state of resource: Provider augeas is not functional on this platform" I have installed the following packages: # yum list | grep augeas augeas.x86_64 0.5.0-3.1 installed augeas-devel.x86_64 0.5.0-3.1 installed augeas-lenses.x86_64 0.5.0-3.1 installed libaugeas0.x86_64 0.5.0-3.1 installed Is there something else I am missing or does augeas and puppet do not work on Sles10 ? Greetings, Os -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@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.