ssh/Modulefile
Garrett Honeycutt edb956ee98 initial commit
2013-05-16 16:06:06 +02:00

13 lines
396 B
Puppet

name 'ghoneycutt-ssh'
version '2.0.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', '0.0.1'
dependency 'puppetlabs/firewall', '>= 0.2.1'