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