Skip to content

Instantly share code, notes, and snippets.

@dtenenba
Created June 12, 2014 05:31
Show Gist options
  • Save dtenenba/87097fe75f72a1222f3e to your computer and use it in GitHub Desktop.
Save dtenenba/87097fe75f72a1222f3e to your computer and use it in GitHub Desktop.
ruby_block "block1" do
block do
node.run_state['url'] = "https://google.com"
end
action :create
end
remote_file "/tmp/url" do
source node.run_state['url']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment