Fixed bad permissions on the config file

This commit is contained in:
Tim Kuhlman 2014-03-20 10:57:52 -06:00
parent a04a70eaa0
commit 379ede515c
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ 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.5'
version '0.1.6'

View File

@ -43,7 +43,7 @@ template "#{node[:mon_notification][:conf_dir]}/notification.yaml" do
action :create
source 'notification.yaml.erb'
owner 'root'
group 'root'
group node[:mon_notification][:group]
mode 0640
notifies :restart, "service[mon-notification]"
end