search for: syslog_client

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

2007 Jun 04
5
Virtual defines ?
...=> 440, backup => main, source => $source, notify => Service[syslog-ng] } } then i define 2 classes: class syslog_server { syslog_ng { "server": source =>"puppet://puppet/dist/apps/ syslog-ng/syslog-server.conf" } } class syslog_client{ syslog_ng { "client": source => "puppet://puppet/dist/apps/ syslog-ng/syslog-client.conf" } } My problem is that i Want the syslog_client to be in the default host group, but i want to override it for the syslog servers (2 nodes). Am i just looking at this wrong ?...