Skip to content

Instantly share code, notes, and snippets.

@ctennis
Forked from chef/add_to_template.rb
Created April 20, 2009 18:29
Show Gist options
  • Save ctennis/98652 to your computer and use it in GitHub Desktop.
Save ctennis/98652 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