Displaying 1 result from an estimated 1 matches for "syslogconf".
Did you mean:
syslog_conf
2006 Sep 08
0
syslog
...k out if there were *''s and .''s in
the selector or the action. So, I created the definition such that one
could explicitly define the regex needed to properly match the respective
elements.
So, as an example, here is what my syslog component statement looks like in
use:
syslogconf {
"*.debug":
ensure => "/var/log/messages",
selector_regex => ''^\*.debug[[:space:]]'';
"*.err":
ensure => "/dev/console",
selector_regex => ''^\*.err[[:space...