Guest User

Untitled

a guest
Apr 16th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.18 KB | None | 0 0
  1. package "asdf" do
  2.   action :remove
  3.   notifies :create, "file[/my-file.txt]", :immediately
  4. end
  5.  
  6. file "/my-file.txt" do
  7.   content "i removed the package!"
  8.   action :nothing
  9. end
Add Comment
Please, Sign In to add comment