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.14 KB
/
Puppetfile
File metadata and controls
29 lines (24 loc) · 1.14 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.6.0'
mod "puppetlabs/stdlib", '4.12.0'
mod "puppetlabs/concat", '2.2.0'
mod "puppet/hiera", '2.1.2'
mod "npwalker/pe_code_manager_webhook", '1.0.11'
mod "npwalker/pe_metric_curl_cron_jobs", '1.0.2'
# 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 'pe_databases',
:git => 'https://github.com/npwalker/pe_databases',
:ref => '3d56927941419b22a347806f5e9696a90f891e09'
mod 'gms',
:git => 'https://github.com/abrader/abrader-gms',
:ref => 'a5105e95cf0f8b84a143d7a69a83e3ff3d4e02fb'
mod 'pltraining-rbac',
:git => 'https://github.com/puppetlabs/pltraining-rbac',
:ref => '2f60e1789a721ce83f8df061e13f8bf81cd4e4ce'