mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 15:08:28 +00:00
Issue 191: added clojure support to chef
This commit is contained in:
parent
a40b047e34
commit
27f42cbe0f
@ -32,7 +32,7 @@
|
|||||||
:only [wall-hack-field]
|
:only [wall-hack-field]
|
||||||
:rename {wall-hack-field get-field}])))
|
:rename {wall-hack-field get-field}])))
|
||||||
|
|
||||||
(defn pem
|
(defn load-pem
|
||||||
"get the pem associated with the supplied identity"
|
"get the pem associated with the supplied identity"
|
||||||
([#^String identity]
|
([#^String identity]
|
||||||
(slurp (str (. System getProperty "user.home") "/.chef/" identity ".pem"))))
|
(slurp (str (. System getProperty "user.home") "/.chef/" identity ".pem"))))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user