
Add .gitreview, Gemfile, .rubocop.yml, Berksfile, Strainerfile Fixed style and lint errors. Added empty unit test so chef-unit passes until we get real unit tests Change-Id: I8f2e48782a5289c82b0d4fc147d95f637be046c6
11 lines
345 B
Ruby
11 lines
345 B
Ruby
# encoding: UTF-8#
|
|
#
|
|
name 'mon_agent'
|
|
maintainer 'HP_Cloud_Monitoring'
|
|
maintainer_email 'hpcs-mon@hp.com'
|
|
description 'Installs/Configures mon-agent components'
|
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
|
version '1.1.1'
|
|
depends 'python'
|
|
recipe 'mon_api::default', 'Default'
|