cookbook-monasca-notification/attributes/default.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

8 lines
322 B
Ruby

# encoding: UTF-8
#
default[:monasca_notification][:user] = 'monasca-notification'
default[:monasca_notification][:group] = 'monasca'
default[:monasca_notification][:conf_dir] = '/etc/monasca'
default[:monasca_notification][:log_dir] = '/var/log/monasca'
default[:monasca_notification][:data_bag] = 'monasca_notification'