Skip to content

Instantly share code, notes, and snippets.

@hjkp
Created September 23, 2008 23:26
Show Gist options
  • Save hjkp/12440 to your computer and use it in GitHub Desktop.
Save hjkp/12440 to your computer and use it in GitHub Desktop.
class Foolio < Chef::Recipe
def self.hit_me
package "foo" do
action :remove
end
end
end
Foolio.hit_me
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment