Skip to content

Instantly share code, notes, and snippets.

@fujin
Forked from till/provider.rb
Created February 2, 2012 01:29
Show Gist options
  • Save fujin/1720792 to your computer and use it in GitHub Desktop.
Save fujin/1720792 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