Skip to content

Instantly share code, notes, and snippets.

@till
Created February 2, 2012 01:28
Show Gist options
  • Save till/1720788 to your computer and use it in GitHub Desktop.
Save till/1720788 to your computer and use it in GitHub Desktop.
def initialize(*args)
super(*args)
command = 'foo'
end
action :create do
Chef::Log.debug("Command: #{command}")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment