mirror of https://github.com/apache/jclouds.git
Issue 191: added clojure support to chef
This commit is contained in:
parent
a40b047e34
commit
27f42cbe0f
|
@ -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"))))
|
||||
|
|
Loading…
Reference in New Issue