Skip to content

Commit dab8888

Browse files
authored
Merge pull request puppetlabs#1061 from puppetlabs/pdksync_encrypt-git
pdksync - (FM-8634) ensure encrypted communication for fixtures
2 parents 100be53 + 4ba40c3 commit dab8888

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.fixtures.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
fixtures:
22
repositories:
3-
facts: 'git://github.com/puppetlabs/puppetlabs-facts.git'
4-
puppet_agent: 'git://github.com/puppetlabs/puppetlabs-puppet_agent.git'
5-
provision: 'git://github.com/puppetlabs/provision.git'
3+
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
4+
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
5+
provision: 'https://github.com/puppetlabs/provision.git'
66
symlinks:
77
stdlib: "#{source_dir}"
88
test: "#{source_dir}/spec/fixtures/test"

0 commit comments

Comments
 (0)