Switch from puppetenvsh to puppet-env-manager

This commit is contained in:
2020-09-17 22:39:41 +00:00
parent 6369b86dba
commit 96851329ad

View File

@@ -2,12 +2,10 @@ FROM vshn/puppet-mcoclient
USER root USER root
# Install puppetenvsh plugin # Install puppet-env-manager plugin
RUN git clone https://github.com/optiz0r/mcollective-puppetenvsh-agent \ RUN git clone https://github.com/optiz0r/puppet-env-manager-agent \
&& cp -r mcollective-puppetenvsh-agent/application/* /opt/puppetlabs/mcollective/plugins/mcollective/application/ \
&& cp -r mcollective-puppetenvsh-agent/agent/* /opt/puppetlabs/mcollective/plugins/mcollective/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 puppet-env-manager-agent
&& rm -rf mcollective-puppetenvsh-agent
RUN echo "security.serializer = json" >> /etc/puppetlabs/mcollective/plugin.d/choria.cfg RUN echo "security.serializer = json" >> /etc/puppetlabs/mcollective/plugin.d/choria.cfg