broadinstitute/puppet-rssh

Name: puppet-rssh

Owner: Broad Institute

Description: Puppet module for rssh

Forked from: blom/puppet-rssh

Created: 2016-03-22 21:07:57.0

Updated: 2016-03-22 21:07:58.0

Pushed: 2016-04-01 20:16:49.0

Homepage:

Size: 13

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

puppet-rssh

Build Status

Puppet module for rssh.

Installation
Puppet Forge
puppet module install blom/rssh
Puppetfile
mod "rssh", :git => "https://github.com/blom/puppet-rssh.git"
Usage
class { 'rssh':
}

Takes the following optional attributes:

allow takes an array:

allow => ['scp', 'sftp', 'cvs', 'rdist', 'rsync', 'svnserve']

As does users:

users => ['foo:011:000100', 'bar:011:000100']

See rssh.conf(5) for more information.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.