sauceconnect
Simple module for managing a machine-wide Sauce Connect tunnel
Version information
released Mar 12th 2014
Start using this module
Add this module to your Puppetfile:
mod 'rtyler-sauceconnect', '2.1.0'
Learn more about managing modules with a PuppetfileDocumentation
rtyler/sauceconnect — version 2.1.0 Mar 12th 2014
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';
}
}