29 lines
900 B
Ruby
29 lines
900 B
Ruby
forge "http://forge.puppetlabs.com"
|
|
|
|
# This is a test comment
|
|
# Modules from the Puppet Forge
|
|
# Versions should be updated to be the latest at the time you start
|
|
#mod "puppetlabs/inifile", '1.5.0'
|
|
#mod "puppetlabs/stdlib", '4.11.0'
|
|
#mod "puppetlabs/concat", '2.1.0'
|
|
mod "puppet/zabbix", '2.3.0'
|
|
mod "puppet/stdlib", '4.1.0'
|
|
mod "puppet/ruby", '0.4.0'
|
|
mod "puppet/postgresql", '4.0.0'
|
|
mod "puppet/pe_gem", '0.1.0'
|
|
mod "puppet/mysql", '2.0.0'
|
|
mod "puppet/firewall", '1.0.0'
|
|
mod "puppet/apt", '2.0.0'
|
|
mod "puppet/apache", '1.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 => '83401079053dca11d61945bd9beef9ecf7576cbf'
|
|
|
|
#mod 'apache',
|
|
# :git => 'https://github.com/puppetlabs/puppetlabs-apache',
|
|
# :branch => 'docs_experiment'
|