Skip to content

Instantly share code, notes, and snippets.

@jsmestad
Created March 27, 2011 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsmestad/889523 to your computer and use it in GitHub Desktop.
Save jsmestad/889523 to your computer and use it in GitHub Desktop.
action :create
Chef::Log.info "I am running template now"
template "/etc/file.conf" do
...
end
end
This will print Chef::Log.info at compilation step, then template will run whenever the hell it feels like it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment