diff --git a/metadata.rb b/metadata.rb index 7a59c43..2ede871 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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' diff --git a/recipes/default.rb b/recipes/default.rb index 6789f52..4543ed5 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -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