control-repo/Puppetfile
2018-12-04 16:29:37 +00:00

18 lines
606 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/ntp', '4.2.0'
mod 'puppetlabs/haproxy', '4.11.0'
#mod 'puppetlabs/concat', '4.2.1'
# Modules from Git
# Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
mod 'tomcat',
:git => 'https://github.com/hejdajan/puppet-module-tomcat.git',
# :commit => 'de290646f97e04b4b8e42c70f6e01e860c394ce7'
mod 'java',
:git => 'https://github.com/hejdajan/puppet-module-java.git',
# :branch => 'docs_experiment'