9 lines
471 B
Docker
9 lines
471 B
Docker
FROM vshn/puppet-mcoclient
|
|
|
|
# Install puppetenvsh plugin
|
|
RUN git clone https://github.com/optiz0r/mcollective-puppetenvsh-agent \
|
|
&& cp -r mcollective-puppetenvsh-agent/application /opt/puppetlabs/mcollective/plugins/mcollective/ \
|
|
&& cp -r mcollective-puppetenvsh-agent/agent /opt/puppetlabs/mcollective/plugins/mcollective/ \
|
|
&& cp -r mcollective-puppetenvsh-agent/util /opt/puppetlabs/mcollective/plugins/mcollective/ \
|
|
&& rm -rf mcollective-puppetenvsh-agent
|