Issue 191: added clojure support to chef

This commit is contained in:
Adrian Cole 2010-08-09 17:44:35 -07:00
parent a40b047e34
commit 27f42cbe0f
1 changed files with 1 additions and 1 deletions

View File

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