Simple Puppet module for managing a Sauce Connect daemon on a host
Go to file
R. Tyler Croy c306ea9b4d Bump the version 2014-03-12 19:13:13 -07:00
files Instead of sleep, wait until sauceconnect tunnel is up. 2014-03-07 13:41:56 -08:00
manifests Update to Sauce Connect 4.0 2014-03-06 16:59:12 -08:00
spec Update to Sauce Connect 4.0 2014-03-06 16:59:12 -08:00
tests Set up an "integration test" environment with Blimpy 2012-06-21 13:06:08 -07:00
.gitignore Minor updates to the module, bumping to v2.0.0 for the major sc change 2014-03-07 09:39:59 -08:00
Blimpfile Set up an "integration test" environment with Blimpy 2012-06-21 13:06:08 -07:00
Gemfile Minor updates to the module, bumping to v2.0.0 for the major sc change 2014-03-07 09:39:59 -08:00
Modulefile Bump the version 2014-03-12 19:13:13 -07:00
README.md Minor updates to the module, bumping to v2.0.0 for the major sc change 2014-03-07 09:39:59 -08:00
Rakefile Minor updates to the module, bumping to v2.0.0 for the major sc change 2014-03-07 09:39:59 -08:00
bootstrap.sh Set up an "integration test" environment with Blimpy 2012-06-21 13:06:08 -07:00

README.md

sauceconnect

This is the sauceconnect module, it will manage running a Sauce Connect tunnel daemon on a host for you.

Currently it's only been truly tested on Debian family machines

Usage

Quite simple:

node default {
  class   {
    'sauceconnect' :
      username => 'my-sauce-account',
      apikey   => '0xdead-beef';
  }
}