Created
April 4, 2018 10:49
-
-
Save geofffranks/9ad2b23a796dbe40ebdb94b18bfc7b05 to your computer and use it in GitHub Desktop.
a bit o' spruce, from http://play.spruce.cf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"flavor":"1.17.0","prune":["meta"],"env":["HOME=/home/user"],"cherry_pick":[],"yaml":[{"filename":"mjolnir.yml","contents":"--- # mjolnir.yml\n\nenvironment:\n protocol: (( grab environment.https || \"\" )) ## mandatory \n logmet_elkadapter_authorization: (( concat environment.user || \"\" environment.colon || \"\" environment.pass || \"\" environment.arroba || \"\" )) ## mandatory\n url_authentication: (( concat \"\" environment.logmet_elkadapter_authorization || \"\" )) ##mandatory\n\n https: \"http://\"\n user: marc\n pass: mypass\n arroba: \"@\"\n colon: \":\"\n logmet_elkadapter_hostname: schunk.com\n\nurl_final: (( concat environment.protocol environment.url_authentication environment.logmet_elkadapter_hostname || nil ))\n\n\n\n\n\n\n\n"}],"skip_eval":false,"fallback_append":false,"go_patch":false,"debug":false,"trace":false} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment