Closed bilco105 closed 9 years ago
Thanks! Could you add some tests around it?
Done. Sorry for the delay!
Sorry, one more. Could you test the negative as well? If env_export isn't set it should_not contain the env file. After that it's good to merge!
Thanks!
This adds support for optionally specifying hubot::env_export when configuring hubot from a VCS repo.
We use this because our hubot installation requires a number of sensitive env variables (API credentials, etc) - that we don't want to check into a git repository unencrypted.
Using this change, we're able to store these values in hiera, which we can encrypt using hiera-eyaml.