Switch from puppetenvsh to puppet-env-manager

This commit is contained in:
2020-09-17 22:41:10 +00:00
parent 96851329ad
commit 2602272a58

View File

@@ -4,7 +4,7 @@ USER root
# Install puppet-env-manager plugin # Install puppet-env-manager plugin
RUN git clone https://github.com/optiz0r/puppet-env-manager-agent \ 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 puppet-env-manager-agent/agent/* /opt/puppetlabs/mcollective/plugins/mcollective/agent/ \
&& rm -rf puppet-env-manager-agent && rm -rf puppet-env-manager-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