evenup / evenup-hubot

Puppet module for managing hubot
Other
8 stars 36 forks source link

Updated hubot initialization #32

Closed frozenfoxx closed 8 years ago

frozenfoxx commented 8 years ago

This is intended to fix issue #30. I've altered the installation to make sure yeoman and the hubot generator are installed if they are not already, then modified the config.pp to use the new yeoman method of installation.

The path is longer for more accomodation but in the future this really should be a variable set on operating system.

frozenfoxx commented 8 years ago

Hmm, apparently the tests are still looking for the "hubot -c" directly which we're trying to remove since it's no longer supported. I'll look into it.

frozenfoxx commented 8 years ago

It seems the rake gem doesn't like Ruby older than the 1.9.x branch. Do we care about Ruby 1.8.7 anymore? If so is there a way to set the rake version to the newest supported by the 1.8.7 Ruby version? I'd do it myself but I'm really not sure how to do that and all new versions of Puppet include their own Ruby that's significantly newer.

frozenfoxx commented 8 years ago

Need to close and reopen as Travis is not picking up my latest commit for some reason. Continued here.