Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chef notifies :before not working #94

Open
frezbo opened this issue Feb 25, 2017 · 1 comment
Open

Chef notifies :before not working #94

frezbo opened this issue Feb 25, 2017 · 1 comment

Comments

@frezbo
Copy link
Contributor

frezbo commented Feb 25, 2017

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

@joekiller
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants