forked from puppetlabs/control-repo
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathPuppetfile
More file actions
29 lines (24 loc) · 1.18 KB
/
Puppetfile
File metadata and controls
29 lines (24 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
forge "http://forge.puppetlabs.com"
# Modules from the Puppet Forge
# Further examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#forge-1
mod "puppetlabs/inifile", '1.2.0'
mod "puppetlabs/stdlib", '4.11.0'
mod "puppetlabs/concat", '2.1.0'
mod "hunner/hiera", '2.0.1'
mod "npwalker/pe_code_manager_webhook", '1.0.8'
mod "puppetlabs/accounts", '1.0.0'
# Modules from Github using various references
# Further examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
# update the tag to the most current release when implementing
#mod 'pe_code_manager_webhook',
# :git => 'https://github.com/npwalker/pe_code_manager_webhook',
# :ref => 'de20a9640652e62b7971623f0bdf4babb5411637'
mod 'gms',
:git => 'https://github.com/abrader/abrader-gms',
:ref => 'a5105e95cf0f8b84a143d7a69a83e3ff3d4e02fb'
mod 'pltraining-rbac',
:git => 'https://github.com/puppetlabs/pltraining-rbac',
:ref => '2f60e1789a721ce83f8df061e13f8bf81cd4e4ce'
mod 'rampup_profile_puppetmaster',
:git => 'https://github.com/PuppetLabs-RampUpProgram/RampUp_profile_puppetmaster',
:ref => '886eb3bb7762802e7d666f253dda854aaf3e3169'