
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
11 lines
344 B
Ruby
11 lines
344 B
Ruby
# encoding: UTF-8
|
|
#
|
|
name 'mon_notification'
|
|
maintainer 'HP Monitoring'
|
|
maintainer_email 'hpcs-mon@hp.com'
|
|
license 'All rights reserved'
|
|
description 'Installs/Configures mon_notification'
|
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
|
version '0.1.15'
|
|
depends 'python'
|