class logserver inherits base { service { "syslog-ng": running => true } } # FIXME how do i say that everyone except me should run normal syslog? # pixie|lugh:: # "syslogd" restart "/usr/sbin/syslogd" # inform=true # # debian:: # "syslog" restart "/sbin/syslog" # inform=true # syslogdhup:: # "syslogd" signal=hup # restart "/usr/sbin/syslogd" # home.!loghost.!debian:: # # { /etc/syslog.conf # # AppendIfNoSuchLine "*.warning @loghost" # DefineClasses "syslogdhup" # }