ssh/Modulefile
Garrett Honeycutt 53f9acbfd5 Add version dependency to firewall module to support Forge
Without this commit the forge gives the following error.
"Oops, that didn't work The dependency 'puppetlabs/firewall' in the
metadata.json must have a 'version_requirement' key."
2014-05-16 13:27:19 -07:00

13 lines
405 B
Puppet

name 'ghoneycutt-ssh'
version '3.10.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.0'
dependency 'ghoneycutt/common', '>= 1.0.2'
dependency 'puppetlabs/firewall', '>= 0.2.1'