File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ ENV LANGUAGE=en_US.UTF-8
1515# Install the puppet-agent package
1616# sudo is important here so puppet is added to the path
1717RUN if [ -n "$PUPPET_COLLECTION" ]; then \
18- wget -q https://apt.puppetlabs.com /${PUPPET_COLLECTION}-release-bionic .deb \
19- && sudo dpkg -i ${PUPPET_COLLECTION}-release-bionic .deb \
18+ wget -q https://apt.voxpupuli.org /${PUPPET_COLLECTION}-release-ubuntu18.04 .deb \
19+ && sudo dpkg -i ${PUPPET_COLLECTION}-release-ubuntu18.04 .deb \
2020 && sudo apt-get update \
21- && sudo apt-get -y install puppet -agent ; \
21+ && sudo apt-get -y install openvox -agent ; \
2222 fi
2323
2424# Add 'bolt' user
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 build :
1111 context : .
1212 args :
13- PUPPET_COLLECTION : puppet7
13+ PUPPET_COLLECTION : openvox7
1414 container_name : puppet_7_node
1515 ports :
1616 - " 20025:22"
You can’t perform that action at this time.
0 commit comments