cookbook-monasca-notification/metadata.rb
Craig Bryant aa40f33af9 Create a monasca group
All monasca users will belong to the monasca group so
/var/log/monasca can be writable for all monasca users so there can
be the one monasca log directory

There will no longer be a monasca-notification group

The code adding this group will be added to other cookbooks so the group
will be created correctly no matter which cookbook runs first

Change-Id: Ic47701fa24d33a8d8d713697901f13c09790c87d
2014-08-27 13:20:34 -06:00

11 lines
352 B
Ruby

# encoding: UTF-8
#
name 'monasca_notification'
maintainer 'HP Monitoring'
maintainer_email 'hpcs-mon@hp.com'
license 'All rights reserved'
description 'Installs/Configures monasca_notification'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.18'
depends 'python'