s3_file icon indicating copy to clipboard operation
s3_file copied to clipboard

Chef notifies :before not working

Open frezbo opened this issue 7 years ago • 1 comments

s3_file '/var/lib/tomcat7/webapps/ROOT.war' do
  remote_path 'test'
  bucket 'test'
  action :create
  notifies :stop, 'service[tomcat7 stop]', :before
end

throws whyrun not supported

frezbo avatar Feb 25 '17 18:02 frezbo

A test or a suggestion to how to fix this would be helpful.

joekiller avatar Sep 04 '17 19:09 joekiller