
Add .gitreview, Gemfile, .rubocop.yml, Berksfile, and Strainerfile. Fixed style errors. Added empty unit test so chef-unit passes until we get real unit tests. Change-Id: I59d8567111c387b25dc215dc1309f03a1516ce3d
6 lines
153 B
Ruby
6 lines
153 B
Ruby
# encoding: UTF-8#
|
|
#
|
|
node.default[:mon_api][:group] = 'mon_api'
|
|
node.default[:mon_api][:owner] = 'mon_api'
|
|
node.default[:mon_api][:data_bag] = 'mon_api'
|