Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

fix: Use HTTPS instead of GIT protocol for cloning #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ fixtures:
symlinks:
composer: "#{source_dir}"
repositories:
stdlib: git://github.com/puppetlabs/puppetlabs-stdlib.git
cron_core: git://github.com/puppetlabs/puppetlabs-cron_core.git
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git
cron_core: https://github.com/puppetlabs/puppetlabs-cron_core.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ running the following command:
Otherwise, clone this repository and make sure to install the proper
dependencies ([`puppetlabs-stdlib`](https://github.com/puppetlabs/puppetlabs-stdlib), [`puppetlabs-cron_core`](https://github.com/puppetlabs/puppetlabs-cron_core)):

git clone git://github.com/willdurand/puppet-composer.git modules/composer
git clone https://github.com/willdurand/puppet-composer.git modules/composer

### ``puppet-wget`` module

Expand Down