matomo-dev-environment icon indicating copy to clipboard operation
matomo-dev-environment copied to clipboard

Puppet-apt submodule repository is not found

Open LauraHornbake opened this issue 9 years ago • 1 comments

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

LauraHornbake avatar May 26 '15 10:05 LauraHornbake

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

cd piwik-dev-environment
git clone [email protected]:puppetlabs/puppetlabs-apt.git puppet/modules/apt
for i in *; do git submodule update $i; done

everflux avatar Jun 14 '15 12:06 everflux