Skip to content

Commit

Permalink
Merge pull request #65 from underscorgan/update-agent
Browse files Browse the repository at this point in the history
(maint) Update to latest agent container
  • Loading branch information
Iristyle authored Apr 17, 2020
2 parents 8abc390 + bcc34f1 commit 6133b0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commercial/docker-compose.fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
# Testing specific variable needed to bootstrap cert preloading
- CERT_VOLUME=puppetdb-postgres
puppet-agent:
image: puppet/puppet-agent-ubuntu:6.4
image: puppet/puppet-agent-ubuntu:latest
hostname: puppet-agent.test
networks:
test:
Expand All @@ -24,6 +24,7 @@ services:
--ssl-ca-cert /etc/puppetlabs/puppet/ssl/certs/ca.pem
--ssl-cert /etc/puppetlabs/puppet/ssl/certs/puppet-agent.test.pem
--ssl-key /etc/puppetlabs/puppet/ssl/private_keys/puppet-agent.test.pem
--foreground
--pcp-version 2"
test-sshd:
image: rastasheep/ubuntu-sshd:18.04
Expand Down

0 comments on commit 6133b0c

Please sign in to comment.