Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.
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