Skip to content

Commit 9482804

Browse files
authored
(maint) Fix to fixtures.yml
The `git` prefix no longer works correctly with our setup and so has been swapped to `https`
1 parent 5b10b21 commit 9482804

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.fixtures.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ fixtures:
55
powershell: 'puppetlabs-powershell'
66
reboot: 'puppetlabs-reboot'
77
repositories:
8-
facts: 'git://github.com/puppetlabs/puppetlabs-facts.git'
9-
puppet_agent: 'git://github.com/puppetlabs/puppetlabs-puppet_agent.git'
10-
provision: 'git://github.com/puppetlabs/provision.git'
8+
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
9+
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
10+
provision: 'https://github.com/puppetlabs/provision.git'
1111
yumrepo_core:
1212
repo: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
1313
puppet_version: ">= 6.0.0"

0 commit comments

Comments
 (0)