Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created August 31, 2015 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/10c53badf6463c208825 to your computer and use it in GitHub Desktop.
Save jcrossley3/10c53badf6463c208825 to your computer and use it in GitHub Desktop.
(defn change-cluster-password [config]
(str/replace config
#"(<cluster-password>)[^<]*"
"$1fntest"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment