Skip to content
This repository has been archived by the owner on Nov 18, 2019. It is now read-only.

Commit

Permalink
implemented platform_services_rsyslog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Moser committed Aug 20, 2013
1 parent a913c53 commit b4940a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 1 addition & 6 deletions platform_services/manifests/base/redhat.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,5 @@
include ::platform_services_ssh::server
}

# TODO: Move this into platform_services_rsyslog
include ::rsyslog::base
::rsyslog::config {'graylog2':
content => "*.* @log-${::mpc_zone}-01",
order => '10',
}
include platform_services_rsyslog
}
7 changes: 7 additions & 0 deletions platform_services_rsyslog/manifests/init.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class platform_services_rsyslog {
include ::rsyslog::base
::rsyslog::config {'graylog2':
content => "*.* @log-${::mpc_zone}-01",
order => '10',
}
}

0 comments on commit b4940a4

Please sign in to comment.