2015-01-14 00:42:06 +00:00
|
|
|
forge "http://forge.puppetlabs.com"
|
|
|
|
|
|
|
|
# Modules from the Puppet Forge
|
2015-05-15 18:48:52 +00:00
|
|
|
# Note the versions are all set to :latest but after you've
|
|
|
|
# installed you should change them to the exact version you want
|
2016-02-04 17:34:52 +00:00
|
|
|
mod "hunner/hiera", :latest
|
2015-05-15 18:48:52 +00:00
|
|
|
mod "puppetlabs/inifile", :latest
|
|
|
|
mod "puppetlabs/stdlib", :latest
|
|
|
|
mod "puppetlabs/concat", :latest
|
|
|
|
mod "puppetlabs/ntp", :latest
|
|
|
|
mod "saz/ssh", :latest
|
2015-08-25 23:51:42 +00:00
|
|
|
mod "puppetlabs/postgresql", '4.5.0'
|
2015-09-22 19:38:46 +00:00
|
|
|
mod "puppet/stash", '1.3.0'
|
2015-08-25 23:51:42 +00:00
|
|
|
mod "puppetlabs/java", '1.4.1'
|
2015-01-14 00:42:06 +00:00
|
|
|
|
2015-06-26 15:49:49 +00:00
|
|
|
#An example of using a specific forge module version instead of latest
|
|
|
|
#Notice the addition of single quotes
|
|
|
|
#mod "puppetlabs/inifile", '1.3.0'
|
|
|
|
|
2015-01-14 00:42:06 +00:00
|
|
|
# Modules from Github using various references
|
|
|
|
# Further examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
|
2015-08-03 21:44:35 +00:00
|
|
|
# update the tag to the most current release when implementing
|
2015-08-15 00:09:01 +00:00
|
|
|
mod 'gitlab',
|
|
|
|
:git => 'https://github.com/vshn/puppet-gitlab',
|
|
|
|
:ref => '00397b86dfb3487d9df768cbd3698d362132b5bf'
|
|
|
|
|
|
|
|
mod 'r10k',
|
|
|
|
:git => 'https://github.com/acidprime/r10k',
|
|
|
|
:tag => 'v3.1.1'
|
2015-08-17 17:54:41 +00:00
|
|
|
|
|
|
|
mod 'gms',
|
2015-10-29 18:42:19 +00:00
|
|
|
:git => 'https://github.com/npwalker/abrader-gms',
|
|
|
|
:branch => 'gitlab_disable_ssl_verify_support'
|
2015-11-11 21:41:34 +00:00
|
|
|
|
|
|
|
mod 'pltraining-rbac',
|
|
|
|
:git => 'https://github.com/puppetlabs/pltraining-rbac',
|
|
|
|
:ref => '2f60e1789a721ce83f8df061e13f8bf81cd4e4ce'
|