Skip to content

Commit

Permalink
- Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrobinson3 committed Oct 29, 2014
1 parent 254cf96 commit a55891a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
false
end
end
Chef::Log.info( node[:s3fs_fuse][:bluepill] )
Chef::Log.info( node[:bluepill][:conf_dir] )
Chef::Log.info( File.exists?(File.join(node[:bluepill][:conf_dir], 's3fs.pill')) )
if(node[:s3fs_fuse][:bluepill] && File.exists?(File.join(node[:bluepill][:conf_dir], 's3fs.pill')))
notifies :stop, 'bluepill_service[s3fs]'
notifies :start, 'bluepill_service[s3fs]'
Expand Down

0 comments on commit a55891a

Please sign in to comment.