Include r10k mco application

This commit is contained in:
Ben Roberts
2021-12-01 23:24:12 +00:00
parent ba573cf1c5
commit 52d3380c88

View File

@@ -7,6 +7,7 @@ ADD https://api.github.com/repos/voxpupuli/puppet-r10k/git/refs/heads/master ver
# Install r10k plugin
RUN git clone https://github.com/voxpupuli/puppet-r10k.git \
&& cp -r puppet-r10k/files/mcollective/agent/* /opt/puppetlabs/mcollective/plugins/mcollective/agent/ \
&& cp -r puppet-r10k/files/mcollective/application/* /opt/puppetlabs/mcollective/plugins/mcollective/application/ \
&& rm -rf puppet-r10k
RUN echo "security.serializer = json" >> /etc/choria/plugin.d/choria.cfg