StorminStanley / st2workroom

Vagrant environment used to play with StackStorm, develop StackStorm for your environment, or develop on StackStorm itself!
Apache License 2.0
23 stars 21 forks source link

do not install hubot if using BYOBot #290

Closed jfryman closed 8 years ago

jfryman commented 8 years ago

This PR ensures that Hubot is not installed if it is not needed. This is done by checking for the existence of the hubot::adapter hiera data. This is populated by https://github.com/StackStorm/st2installer/blob/master/st2installer/controllers/root.py#L251 and friends.

If the user choose BYOBot, then this ensures that hubot is only installed once it's requested.

/cc https://github.com/StackStorm/st2/issues/2285