From 52d3380c880acd81876594613b0de058a37eb98b Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Wed, 1 Dec 2021 23:24:12 +0000 Subject: [PATCH] Include r10k mco application --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 99cf3ea..8b61e1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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