From 96851329add0123e756c62f6e46af4e672f2abf6 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Thu, 17 Sep 2020 22:39:41 +0000 Subject: [PATCH] Switch from puppetenvsh to puppet-env-manager --- Dockerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2bd413f..dec40af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,12 +2,10 @@ FROM vshn/puppet-mcoclient USER root -# Install puppetenvsh plugin -RUN git clone https://github.com/optiz0r/mcollective-puppetenvsh-agent \ - && cp -r mcollective-puppetenvsh-agent/application/* /opt/puppetlabs/mcollective/plugins/mcollective/application/ \ +# Install puppet-env-manager plugin +RUN git clone https://github.com/optiz0r/puppet-env-manager-agent \ && cp -r mcollective-puppetenvsh-agent/agent/* /opt/puppetlabs/mcollective/plugins/mcollective/agent/ \ - && cp -r mcollective-puppetenvsh-agent/util/* /opt/puppetlabs/mcollective/plugins/mcollective/util/ \ - && rm -rf mcollective-puppetenvsh-agent + && rm -rf puppet-env-manager-agent RUN echo "security.serializer = json" >> /etc/puppetlabs/mcollective/plugin.d/choria.cfg