Skip to content

Instantly share code, notes, and snippets.

@jvehent
Created September 6, 2012 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jvehent/3650690 to your computer and use it in GitHub Desktop.
Save jvehent/3650690 to your computer and use it in GitHub Desktop.
cookbooks/keymaster/libraries/decrypt.rb
class Chef::Recipe::Keymaster
def self.DecryptDataBagItem
Chef::Log.info("yeah !")
end
end
cookbooks/whatever/recipes/default.rb
include_recipe "keymaster::client"
Keymaster.DecryptDataBagItem()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment