forked from miguno/wirbelsturm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Puppetfile
69 lines (53 loc) · 1.79 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
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/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.12'
mod 'miguno/supervisor',
:git => 'https://github.com/miguno/puppet-supervisor.git',
:ref => '1.0.1'
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.4'
mod 'miguno/wirbelsturm_yumrepos',
:git => 'https://github.com/miguno/puppet-wirbelsturm_yumrepos.git',
:ref => '1.0.2'
mod 'miguno/zookeeper',
:git => 'https://github.com/miguno/puppet-zookeeper.git',
:ref => '1.0.7'