ssh/Modulefile
Garrett Honeycutt 21b21667ac Release 2.4.0
Support for Ubuntu
2013-10-21 17:09:21 -04:00

13 lines
386 B
Puppet

name 'ghoneycutt-ssh'
version '2.4.0'
source 'git://github.com/ghoneycutt/puppet-module-ssh.git'
author 'ghoneycutt'
license 'Apache License, Version 2.0'
summary 'Manages SSH'
description 'Manage SSH'
project_page 'https://github.com/ghoneycutt/puppet-module-ssh'
dependency 'puppetlabs/stdlib', '3.2.x'
dependency 'ghoneycutt/common', '1.0.0'
dependency 'puppetlabs/firewall'