diff options
author | mail_redacted_for_web | 2021-05-04 07:13:47 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2021-05-04 07:13:47 -0700 |
commit | fd89d9a7db7c675fddbb0957110a75d677cd1a9a (patch) | |
tree | dabf6307ba9e3df41cabc6198b7dff973786fa77 | |
parent | 5fd709918132f39d8a065c6a5f9086112057f359 (diff) | |
parent | 33ee3da468a9f5b736329e200b3378f2705e4a68 (diff) | |
download | control-repo-template-fd89d9a7db7c675fddbb0957110a75d677cd1a9a.tar.bz2 |
Merge pull request #97 from mcka1n/patch-1
update the version of the example modules
-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 |