Displaying 2 results from an estimated 2 matches for "fiddyspence".
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 Aug 02
0
custom provider question
Hi all,
I am using the sysctl provider from fiddyspence and it is doing a great job
managing my system tuning.
However, one thing that I would like to do is extend the provider to simply
add the ability to insert a comment as part of the values that get written
out so that visually on a system we can eye ball what the tuning parameter
is being used...