From 4c0410672029046ae0ff4de42e7a406e64e8b1dc Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Thu, 23 Apr 2015 17:18:01 -0700 Subject: [PATCH] pull fixtures repos via https --- .fixtures.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index e64e467..5247480 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -4,10 +4,10 @@ fixtures: repo: 'https://github.com/puppetlabs/puppetlabs-stdlib.git' ref: '4.6.0' wget: - repo: 'git://github.com/maestrodev/puppet-wget.git' + repo: 'https://github.com/maestrodev/puppet-wget.git' ref: 'v1.2.2' logrotate: - repo: 'git://github.com/rodjek/puppet-logrotate.git' + repo: 'https://github.com/rodjek/puppet-logrotate.git' # The current forge release (1.1.1) of logrotate is not compatible with # the future parser. See: # https://github.com/rodjek/puppet-logrotate/pull/39