search for: syslog_ng

Displaying 2 results from an estimated 2 matches for "syslog_ng".

2007 Jun 04
5
Virtual defines ?
...and i know i read your working on virtal defines so i can''t do that, but how can i get arond this issue with the curretn setup. I think i am missing something fundamentally simple here. i have this definition which is much longer but ill cut it out to the relevant portion: define syslog_ng($source) { file { syslog: path => "/etc/syslog-ng/syslog-ng.conf", owner => "root", group => "root", mode => 440, backup => main, source => $source, notify => Service[syslog-ng]...
2009 Dec 13
13
Inherited Client and Server Apps
So, I''ve been doing something like this for applications that have a client and server component... node base_node { include syslog_ng::client }} node app_node inherits base_node { } node syslog_server inherits base_node { include syslog_ng::server } ... because I want the client portion, syslog-ng in this case to be installed on everything. However, the server node also has a server running. When you do this, puppet complain...