diff --git a/.fixtures.yml b/.fixtures.yml index 356039c..e880aba 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -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 diff --git a/README.md b/README.md index 12f0362..4c9a1bb 100644 --- a/README.md +++ b/README.md @@ -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