search for: augeasproviders

Displaying 3 results from an estimated 3 matches for "augeasproviders".

2012 Dec 01
0
Puppet fails but succeeds on the 2nd attempt
I have installed two modules under $confdir/modules: erwbgy''s system module (which depends on augeasproviders) and augeasproviders I have a hiera entry: system::sshd: Banner: value: /etc/issue.net When I do the first "puppet agent --test" run, it always fails with following error: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not autoload puppet/typ...
2012 Aug 28
4
using puppet augeas to add entry in /etc/syslog.conf
Hi , I"m trying to add a entry in /etc/syslog.conf using puppet augeas like this " *.warning;mail.none;authpriv.none;cron.none @syslog_host" , seems the way to do this with augeas is : augeas { "syslog_conf": lens => "syslog.lns", incl => "/etc/syslog.conf",
2013 Apr 29
2
augeas
Hello I use augeas to replace a value in a config file: example (this example is good) : /etc/ssh/sshd_config file LogLevel INFO class ssh::redhat { augeas { "sshd_config": context => "/files/etc/ssh/sshd_config", changes => [ "set LogLevel VERBOSE", ], notify => Service["sshd"], } This configuration is good but how do when the