Skip to content

Commit 91ac6c5

Browse files
committed
Update test container to install openvox
1 parent da50206 commit 91ac6c5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

spec/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1717
RUN 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

spec/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)