2c98a9264c
Prior to this commit, the control-repo was an example of the structure of a control repo but it also included puppet code to help setup code manager and instructions to get that all setup in a very specific way. This was great for users that wanted to follow those instructions exactly but wasn't great for people just looking for an example to start from. After this commit, the control-repo will be just an example once again and a new repo somehwere else will pop up to provide the explicit instructions on how to use the example with code manager. There are links added to puppetlabs/control-repo to a new repo that will have a version of the code that once lived in puppetlabs/control-repo
18 lines
612 B
Ruby
18 lines
612 B
Ruby
forge "http://forge.puppetlabs.com"
|
|
|
|
# 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'
|
|
|
|
# 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'
|