From c487d6d8a8c72b6e0ece06fbf3e5a73ed24e3c0a Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Tue, 15 Dec 2015 16:10:32 -0500 Subject: [PATCH] Use https for spec fixtures for easier access through firewalls --- .fixtures.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 739ef34..282e5b4 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -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}"