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"))))