This repository has been archived by the owner on Mar 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathPuppetfile
73 lines (56 loc) · 1.9 KB
/
Puppetfile
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
forge 'http://forge.puppetlabs.com'
# Hosted on public Puppet Forge
#
mod 'puppetlabs/firewall', '1.0.x'
mod 'puppetlabs/nodejs', '0.2.x'
mod 'puppetlabs/ntp', '3.0.x'
mod 'puppetlabs/stdlib', '4.1.x'
mod 'ispavailability/file_concat', '0.1.x'
# Hosted on GitHub.com
#
mod 'miguno/diamond',
:git => 'https://github.com/miguno/puppet-diamond.git',
:ref => '1.0.2'
mod 'miguno/graphite',
:git => 'https://github.com/miguno/puppet-graphite.git',
:ref => '0.0.5'
mod 'miguno/kafka',
:git => 'https://github.com/miguno/puppet-kafka.git',
:ref => '2.0.3'
mod 'miguno/limits',
:git => 'https://github.com/miguno/puppet-limits.git'
mod 'jfryman/nginx',
:git => 'https://github.com/jfryman/puppet-nginx.git',
:ref => '5c36913dcda630f5244e0ecc885e3b436973d45a' # dated March 10, 2014
mod 'miguno/redis',
:git => 'https://github.com/miguno/puppet-redis.git',
:ref => '1.0.4'
mod 'miguno/schema_registry',
:git => 'https://github.com/miguno/puppet-schema_registry.git',
:ref => '0.1.0'
mod 'miguno/statsd',
:git => 'https://github.com/miguno/puppet-statsd.git',
:ref => '1.0.4'
mod 'miguno/storm',
:git => 'https://github.com/miguno/puppet-storm.git',
:ref => '1.0.14'
mod 'miguno/supervisor',
:git => 'https://github.com/miguno/puppet-supervisor.git',
:ref => '1.0.2'
mod 'miguno/sysctl',
:git => 'https://github.com/miguno/puppet-sysctl.git'
mod 'saz/timezone',
:git => 'https://github.com/saz/puppet-timezone.git',
:ref => 'v2.0.0'
mod 'miguno/wirbelsturm_build',
:git => 'https://github.com/miguno/puppet-wirbelsturm_build.git',
:ref => '1.0.3'
mod 'miguno/wirbelsturm_common',
:git => 'https://github.com/miguno/puppet-wirbelsturm_common.git',
:ref => '1.0.6'
mod 'miguno/wirbelsturm_yumrepos',
:git => 'https://github.com/miguno/puppet-wirbelsturm_yumrepos.git',
:ref => '1.0.3'
mod 'miguno/zookeeper',
:git => 'https://github.com/miguno/puppet-zookeeper.git',
:ref => '1.0.8'