Skip to content
Snippets Groups Projects
Commit 4ce88b7b authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Add puppet-cassandra module

Related to T2033
parent 4d07fc86
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
/private/swh-private-data/ /private/swh-private-data/
/private/swh-private-data-censored/ /private/swh-private-data-censored/
/puppet-archive/ /puppet-archive/
/puppet-cassandra/
/puppet-extlib/ /puppet-extlib/
/puppet-grafana/ /puppet-grafana/
/puppet-kafka/ /puppet-kafka/
......
...@@ -99,6 +99,12 @@ checkout = git clone https://forge.softwareheritage.org/source/puppet-puppet-arc ...@@ -99,6 +99,12 @@ checkout = git clone https://forge.softwareheritage.org/source/puppet-puppet-arc
&& git remote add upstream https://github.com/voxpupuli/puppet-archive \ && git remote add upstream https://github.com/voxpupuli/puppet-archive \
&& git fetch upstream && git fetch upstream
[puppet-cassandra]
checkout = git clone https://forge.softwareheritage.org/source/puppet-puppet-cassandra.git puppet-cassandra \
&& cd puppet-cassandra \
&& git remote add upstream https://github.com/voxpupuli/puppet-cassandra \
&& git fetch upstream
[puppet-extlib] [puppet-extlib]
checkout = git clone https://forge.softwareheritage.org/source/puppet-puppet-extlib.git puppet-extlib \ checkout = git clone https://forge.softwareheritage.org/source/puppet-puppet-extlib.git puppet-extlib \
&& cd puppet-extlib \ && cd puppet-extlib \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment