control-repo/Puppetfile
2020-01-07 08:40:35 +00:00

19 lines
618 B
Ruby

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', '4.0.0'
mod 'puppetlabs/stdlib', '6.2.0'
mod 'puppetlabs/concat', '6.1.0'
mod 'danieldreier-autosign', '0.2.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'