Skip to content

Commit f69ffd8

Browse files
committed
Update module examples to latest versions
1 parent 36a2784 commit f69ffd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Puppetfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ forge 'https://forge.puppet.com'
22

33
# Modules from the Puppet Forge
44
# Versions should be updated to be the latest at the time you start
5-
#mod 'puppetlabs/inifile', '1.5.0'
6-
#mod 'puppetlabs/stdlib', '4.11.0'
7-
#mod 'puppetlabs/concat', '2.1.0'
5+
#mod 'puppetlabs/inifile', '2.2.1'
6+
#mod 'puppetlabs/stdlib', '4.25.1'
7+
#mod 'puppetlabs/concat', '4.2.1'
88

99
# Modules from Git
1010
# Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
1111
#mod 'apache',
1212
# :git => 'https://github.com/puppetlabs/puppetlabs-apache',
13-
# :commit => '83401079053dca11d61945bd9beef9ecf7576cbf'
13+
# :commit => 'de290646f97e04b4b8e42c70f6e01e860c394ce7'
1414

1515
#mod 'apache',
1616
# :git => 'https://github.com/puppetlabs/puppetlabs-apache',

0 commit comments

Comments
 (0)