Skip to content

Commit 388b002

Browse files
Merge pull request #100 from coreymbe/SUP-2923-replace_unencrypted_git_protocol
(SUP-2923) Replace unencrypted git protocol in .fixtures.yml
2 parents a8e52ec + 6257abe commit 388b002

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.fixtures.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
fixtures:
33
repositories:
4-
cron_core: "git://github.com/puppetlabs/puppetlabs-cron_core"
5-
provision: 'https://github.com/puppetlabs/provision.git'
6-
bootstrap: "https://github.com/puppetlabs/puppetlabs-bootstrap"
7-
puppet_conf: "https://github.com/puppetlabs/puppetlabs-puppet_conf"
8-
deploy_pe: 'git://github.com/jarretlavallee/puppet-deploy_pe.git'
9-
ruby_task_helper: "https://[email protected]/puppetlabs/puppetlabs-ruby_task_helper"
10-
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
11-
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
4+
cron_core: 'https://github.com/puppetlabs/puppetlabs-cron_core'
5+
provision: 'https://github.com/puppetlabs/provision'
6+
bootstrap: 'https://github.com/puppetlabs/puppetlabs-bootstrap'
7+
puppet_conf: 'https://github.com/puppetlabs/puppetlabs-puppet_conf'
8+
deploy_pe: 'https://github.com/jarretlavallee/puppet-deploy_pe'
9+
ruby_task_helper: 'https://[email protected]/puppetlabs/puppetlabs-ruby_task_helper'
10+
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib'
11+
facts: 'https://github.com/puppetlabs/puppetlabs-facts'

0 commit comments

Comments
 (0)