Skip to content

websages/puppet-hubot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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' },
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 100.0%