Skip to content

Instantly share code, notes, and snippets.

@chef
Created April 20, 2009 18:27
Show Gist options
  • Save chef/98651 to your computer and use it in GitHub Desktop.
Save chef/98651 to your computer and use it in GitHub Desktop.
begin
r = resources(:template => '/etc/blah')
r.variables[:new_stuff] = 'foo'
rescue RuntimeError => e
template '/etc/blah' do
source 'blah.erb'
variables :one => 'two'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment