Fixed permissions on the config file.

This commit is contained in:
Tim Kuhlman 2014-03-19 14:47:15 -06:00
parent 7c7469276c
commit a04a70eaa0
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.4'
version '0.1.5'

View File

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