Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 643 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 643 Bytes

Hubot

This is Envato's Hubot puppet module. Unlike jfryman's puppet-hubot, this module assumes that you have a repo setup that already describes your npm dependencies and hubot scripts, much like you would for a deployment to Heroku.

Dependencies

See the Modulefile

Usage

class { 'hubot':
  repo_url => '[email protected]/myorganization/hubot.git',
  repo_ref => 'master',
  env_vars => { 'HUBOT_IRC_SERVER' => 'irc.example.com',
                'HUBOT_IRC_NICK'   => 'hubot' },
}