I hereby claim:
- I am zonywhoop on github.
- I am edmclain (https://keybase.io/edmclain) on keybase.
- I have a public key ASDVDdMj1MICCkEc0Kj2zoInJ-mvFQ8PInBW7m-LJPmunQo
To claim this, I am signing this object:
| #!/bin/bash | |
| # | |
| # | |
| # | |
| # get-parameters-by-path seems to always max out results to | |
| # adjust this to be more than you need | |
| SSM_MAX_ITEMS=${SSM_MAX_ITEMS:-20} | |
| ssm_available() { |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| ### Basic bot params ### | |
| BOTPATH="/opt/botdir/" | |
| BOTADAPTER="hipchat" | |
| BOTNAME="botname" | |
| BOTUSER="unix_username" | |
| BOTALIAS='bot_alias_name' | |
| ### Additional Adapter / Plugin bot params ### | |
| # HipChat Config | |
| export HUBOT_HIPCHAT_JID="[email protected]" |