Created
September 6, 2012 03:23
-
-
Save jvehent/3650690 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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