aa40f33af9
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
8 lines
322 B
Ruby
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'
|