diff --git a/recipes/default.rb b/recipes/default.rb index 577df8f..71bd6d2 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -24,6 +24,7 @@ file '/etc/default/mon-thresh' do group 'root' mode 0644 content "export LOGDIR=#{node[:mon_thresh][:log_dir]}" + notifies :restart, "service[mon-thresh]" end # todo - I need an encrypted credentials data bag