Skip to content
Snippets Groups Projects
Verified Commit a5aaecdc authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

.mrconfig: Install puppet-rabbitmq module

parent bb97a0e7
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@
/puppet-letsencrypt/
/puppet-nginx/
/puppet-php/
/puppet-rabbitmq/
/puppet-unattended_upgrades/
/puppetlabs-apache/
/puppetlabs-apt/
......
......@@ -135,6 +135,12 @@ checkout = git clone https://forge.softwareheritage.org/source/puppet-puppet-php
&& git remote add upstream https://github.com/voxpupuli/puppet-php \
&& git fetch upstream
[puppet-rabbitmq]
checkout = git clone https://forge.softwareheritage.org/source/puppet-puppet-rabbitmq.git puppet-rabbitmq \
&& cd puppet-rabbitmq \
&& git remote add upstream https://github.com/voxpupuli/puppet-rabbitmq \
&& git fetch upstream
[puppet-unattended_upgrades]
checkout = git clone https://forge.softwareheritage.org/source/puppet-puppet-unattended_upgrades.git puppet-unattended_upgrades \
&& cd puppet-unattended_upgrades \
......
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