Craig Bryant 5ce5e04f51 Get initial build to work.
Add .gitreview, Gemfile, .rubocop.yml, Berksfile, Strainerfile

Fixed style errors.

Added empty unit test so chef-unit passes until we get real unit tests

Change-Id: I75a9449a28cfc294eacbdc0003a8b7de2613290e
2014-07-16 16:25:01 -06:00

6 lines
159 B
Ruby

# encoding: UTF-8
# Have ossec watch the log
node.default[:ossec][:watched][:mon_notification] = {
'/var/log/mon-notification/notification.log' => :syslog
}