Guest User

Untitled

a guest
Oct 15th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. execute "file_touch" do
  2. command "touch /tmp/CHEF-3125/some_test_file"
  3. action :nothing
  4. end
  5.  
  6. file "/tmp/CHEF-3125/another_test_file" do
  7. content "Test for CHEF-3125"
  8. notifies :run, "execute[file_touch]", :immediately
  9. end
Add Comment
Please, Sign In to add comment