Fixed bad permissions on the config file
This commit is contained in:
@@ -4,4 +4,4 @@ maintainer_email 'hpcs-mon@hp.com'
|
|||||||
license 'All rights reserved'
|
license 'All rights reserved'
|
||||||
description 'Installs/Configures mon_notification'
|
description 'Installs/Configures mon_notification'
|
||||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||||
version '0.1.5'
|
version '0.1.6'
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ template "#{node[:mon_notification][:conf_dir]}/notification.yaml" do
|
|||||||
action :create
|
action :create
|
||||||
source 'notification.yaml.erb'
|
source 'notification.yaml.erb'
|
||||||
owner 'root'
|
owner 'root'
|
||||||
group 'root'
|
group node[:mon_notification][:group]
|
||||||
mode 0640
|
mode 0640
|
||||||
notifies :restart, "service[mon-notification]"
|
notifies :restart, "service[mon-notification]"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user