ssh/.fixtures.yml
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

14 lines
356 B
YAML

fixtures:
repositories:
stdlib:
repo: 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
ref: '3.2.0'
common:
repo: 'git://github.com/ghoneycutt/puppet-module-common.git'
ref: 'v1.0.2'
firewall:
repo: 'git://github.com/puppetlabs/puppetlabs-firewall.git'
ref: '0.2.1'
symlinks:
ssh: "#{source_dir}"