Added Ubuntu support for syslog::client.
This commit is contained in:
parent
004854101a
commit
4e2e941dd4
2 changed files with 65 additions and 0 deletions
|
@ -17,6 +17,7 @@ class syslog::client {
|
|||
"centos": { $syslog_type = "syslogd" }
|
||||
"fedora": { $syslog_type = "rsyslog" }
|
||||
"openbsd": { $syslog_type = "syslogd" }
|
||||
"ubuntu": { $syslog_type = "rsyslog" }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue