Skip to content

Commit f555b58

Browse files
committed
(Puppetfile) Fix Puppetfile r10k and docker ref
1 parent 4a86e33 commit f555b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Puppetfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ mod 'puppetlabs/apt', '10.0.1'
5656
mod 'puppetlabs/augeas_core', '1.5.0'
5757
mod 'puppetlabs/concat', '9.1.0'
5858
mod 'puppetlabs/cron_core', '1.3.0'
59-
mod 'puppetlabs/docker', git: 'https://github.com/lsst-it/puppetlabs-docker', ref: '1f25605' # https://github.com/lsst-it/puppetlabs-docker/pull/2 we are using a fork as we wait for the main Puppetlabs release to accept apt 10.x
59+
mod 'puppetlabs/docker', '10.3.0'
6060
mod 'puppetlabs/facts', '1.7.0'
6161
mod 'puppetlabs/firewall', '8.1.5'
6262
mod 'puppetlabs/host_core', '1.3.0'
@@ -90,7 +90,7 @@ mod 'puppet/postfix', '5.0.0'
9090
mod 'puppet/prometheus', '16.2.0'
9191
mod 'puppet/python', '7.4.0'
9292
mod 'puppet/quadlets', '1.2.0'
93-
mod 'puppet/r10k', git: 'https://github.com/lsst-it/puppet-r10k', ref: 'e04040a' # Using branch temporarily while waiting for approval here: https://github.com/voxpupuli/puppet-r10k/pull/679
93+
mod 'puppet/r10k', git: 'https://github.com/lsst-it/puppet-r10k', ref: '78b200b' # Using branch temporarily while waiting for approval here: https://github.com/voxpupuli/puppet-r10k/pull/679
9494
mod 'puppet/redis', '11.1.0'
9595
mod 'puppet/rsyslog', '7.3.0'
9696
mod 'puppet/selinux', '5.0.0'

0 commit comments

Comments
 (0)