search for: scsp_dest

Displaying 1 result from an estimated 1 matches for "scsp_dest".

2011 Jun 01
3
puppet and environments ... need help
...m prod. My env is beta]/message: current_value absent, should be This manifest is from prod. My env is beta (noop) --- /etc/syslog-ng/syslog-ng.conf 2011-06-01 12:16:17.000000000 -0500 +++ /tmp/puppet-file20110601-30205-es1qks-0 2011-06-01 13:27:44.151951897 -0500 @@ -245,3 +245,4 @@ destination scsp_dest { pipe("/opt/Symantec/scspagent/IDS/system/ ids_syslog.pipe" group(sisips) perm(0600)); }; filter scsp_filter { level(debug..emerg) and not ( facility(mail) and level(debug..warn) ); }; log { source(src); filter(scsp_filter); destination(scsp_dest); }; +# prod notice: /Stage[main]/Commo...