diff options
author | mail_redacted_for_web | 2021-05-04 15:11:43 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2021-05-04 15:11:43 +0200 |
commit | 33ee3da468a9f5b736329e200b3378f2705e4a68 (patch) | |
tree | dabf6307ba9e3df41cabc6198b7dff973786fa77 /Puppetfile | |
parent | 5fd709918132f39d8a065c6a5f9086112057f359 (diff) | |
download | control-repo-template-33ee3da468a9f5b736329e200b3378f2705e4a68.tar.bz2 |
update the version of the example modules
Diffstat (limited to 'Puppetfile')
-rw-r--r-- | Puppetfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,9 +2,9 @@ forge 'https://forge.puppet.com' # Modules from the Puppet Forge # Versions should be updated to be the latest at the time you start -#mod 'puppetlabs/inifile', '3.0.0' -#mod 'puppetlabs/stdlib', '6.0.0' -#mod 'puppetlabs/concat', '6.0.0' +#mod 'puppetlabs/inifile', '5.0.1' +#mod 'puppetlabs/stdlib', '7.0.1' +#mod 'puppetlabs/concat', '7.0.1' # Modules from Git # Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples |