Use https for spec fixtures for easier access through firewalls
This commit is contained in:
parent
32c633f5a5
commit
c487d6d8a8
@ -1,13 +1,13 @@
|
|||||||
fixtures:
|
fixtures:
|
||||||
repositories:
|
repositories:
|
||||||
stdlib:
|
stdlib:
|
||||||
repo: 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
|
repo: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
|
||||||
ref: '4.6.0'
|
ref: '4.6.0'
|
||||||
common:
|
common:
|
||||||
repo: 'git://github.com/ghoneycutt/puppet-module-common.git'
|
repo: 'https://github.com/ghoneycutt/puppet-module-common.git'
|
||||||
ref: 'v1.3.0'
|
ref: 'v1.3.0'
|
||||||
firewall:
|
firewall:
|
||||||
repo: 'git://github.com/puppetlabs/puppetlabs-firewall.git'
|
repo: 'https://github.com/puppetlabs/puppetlabs-firewall.git'
|
||||||
ref: '0.2.1'
|
ref: '0.2.1'
|
||||||
symlinks:
|
symlinks:
|
||||||
ssh: "#{source_dir}"
|
ssh: "#{source_dir}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user