Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Puppet-apt submodule repository is not found #8

Open
LauraHornbake opened this issue May 26, 2015 · 1 comment
Open

Puppet-apt submodule repository is not found #8

LauraHornbake opened this issue May 26, 2015 · 1 comment

Comments

@LauraHornbake
Copy link

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

@everflux
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants