Skip to content

Commit d1f3842

Browse files
committed
Use https for fixtures to get past standard corp firewalls
1 parent 3eec51e commit d1f3842

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.fixtures.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
fixtures:
22
repositories:
3-
'stdlib':
4-
repo: 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
3+
stdlib:
4+
repo: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
55
ref: '4.6.0'
6-
'epel':
7-
repo: 'git://github.com/stahnma/puppet-module-epel.git'
6+
epel:
7+
repo: 'https://github.com/stahnma/puppet-module-epel.git'
88
ref: '1.2.2'
99
symlinks:
1010
python: "#{source_dir}"

0 commit comments

Comments
 (0)