
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."
14 lines
356 B
YAML
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}"
|