control-repo/Puppetfile

33 lines
1.0 KiB
Plaintext
Raw Normal View History

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'
# Modules from Git
# Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
#mod 'apache',
# git: 'https://github.com/puppetlabs/puppetlabs-apache',
# commit: '1b6f89afdde0df7f9433a163d5c4b5328eac5779'
#mod 'apache',
# git: 'https://github.com/puppetlabs/puppetlabs-apache',
# branch: 'docs_experiment'
2019-08-28 13:43:08 +00:00
# latest
mod 'puppetlabs/concat','6.1.0'
2019-08-29 00:59:35 +00:00
mod 'puppetlabs/stdlib','6.0.0'
mod 'puppetlabs/translate','2.0.0'
mod 'puppetlabs/haproxy','4.0.0'
2019-09-04 08:03:07 +00:00
mod 'puppetlabs/puppet_agent','2.2.0'
mod 'puppetlabs/apt','7.1.0'
mod 'puppetlabs/facts','0.6.0'
2019-10-08 06:47:44 +00:00
mod 'puppetlabs/inifile','2.4.0'
2019-09-09 10:44:14 +00:00
mod 'danieldreier-autosign','0.2.0'
2019-10-08 01:25:23 +00:00
mod 'tkishel-unlock_puppet',
2019-10-08 02:52:05 +00:00
:git => 'ssh://git@github.com/tkishel/unlock_puppet.git',
2019-10-08 01:25:23 +00:00
:branch => 'master'
2019-10-21 02:54:55 +00:00
mod 'puppetlabs-firewall', '2.1.0'