
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
8 lines
308 B
Ruby
8 lines
308 B
Ruby
# encoding: UTF-8
|
|
#
|
|
default[:mon_notification][:user] = 'mon-notification'
|
|
default[:mon_notification][:group] = 'mon-notification'
|
|
default[:mon_notification][:conf_dir] = '/etc/mon'
|
|
default[:mon_notification][:log_dir] = '/var/log/mon-notification'
|
|
default[:mon_notification][:data_bag] = 'mon_notification'
|