From 27f42cbe0f37a23ab3a4e328c402e3da736256ff Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Mon, 9 Aug 2010 17:44:35 -0700 Subject: [PATCH] Issue 191: added clojure support to chef --- chef/core/src/main/clojure/org/jclouds/chef.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chef/core/src/main/clojure/org/jclouds/chef.clj b/chef/core/src/main/clojure/org/jclouds/chef.clj index 70ce3721e1..0a7dc356de 100644 --- a/chef/core/src/main/clojure/org/jclouds/chef.clj +++ b/chef/core/src/main/clojure/org/jclouds/chef.clj @@ -32,7 +32,7 @@ :only [wall-hack-field] :rename {wall-hack-field get-field}]))) -(defn pem +(defn load-pem "get the pem associated with the supplied identity" ([#^String identity] (slurp (str (. System getProperty "user.home") "/.chef/" identity ".pem"))))