matomo-org / matomo-dev-environment

Matomo Development Environment (Vagrant)
http://developer.matomo.org
GNU General Public License v3.0
33 stars 21 forks source link

Puppet-apt submodule repository is not found #8

Open LauraHornbake opened 9 years ago

LauraHornbake commented 9 years ago

Cloning this repo with --recursive flag fails with "Clone of 'git://github.com/camptocamp/puppet-apt' into submodule path 'puppet/modules/apt' failed".

everflux commented 9 years ago

Same problem here, the repository was removed from github. I used the following as a work around:

cd piwik-dev-environment
git clone git@github.com:puppetlabs/puppetlabs-apt.git puppet/modules/apt
for i in *; do git submodule update $i; done