This repository has been archived by the owner on May 14, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 106
/
Puppetfile
149 lines (110 loc) · 3.4 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
forge "http://forge.puppetlabs.com"
## The core OpenStack modules
mod "keystone",
:git => "git://github.com/stackforge/puppet-keystone",
:ref => "master"
mod "swift",
:git => "git://github.com/stackforge/puppet-swift",
:ref => "master"
mod "glance",
:git => "git://github.com/stackforge/puppet-glance",
:ref => "master"
mod "cinder",
:git => "git://github.com/stackforge/puppet-cinder",
:ref => "master"
mod "neutron",
:git => "git://github.com/stackforge/puppet-neutron",
:ref => "master"
mod "nova",
:git => "git://github.com/stackforge/puppet-nova",
:ref => "master"
mod "heat",
:git => "git://github.com/stackforge/puppet-heat",
:ref => "master"
mod "ceilometer",
:git => "git://github.com/stackforge/puppet-ceilometer",
:ref => "master"
mod "horizon",
:git => "git://github.com/stackforge/puppet-horizon",
:ref => "master"
mod "openstacklib",
:git => "git://github.com/stackforge/puppet-openstacklib",
:ref => "master"
mod "openstack_extras",
:git => "git://github.com/stackforge/puppet-openstack_extras",
:ref => "master"
mod "tempest",
:git => "git://github.com/stackforge/puppet-tempest",
:ref => "master"
mod "vswitch",
:git => "git://github.com/stackforge/puppet-vswitch",
:ref => "master"
## R10K doesn't handle dependencies, so let's handle them here
# pointing to as many stable projects as possible
# TODO automate this dependency list
mod "apache",
:git => "git://github.com/puppetlabs/puppetlabs-apache",
:ref => "1.2.x"
mod "epel",
:git => "git://github.com/stahnma/puppet-module-epel",
:ref => "master"
mod "erlang",
:git => "git://github.com/garethr/garethr-erlang",
:ref => "master"
mod "inifile",
:git => "git://github.com/puppetlabs/puppetlabs-inifile",
:ref => "1.0.x"
mod "mysql",
:git => "git://github.com/puppetlabs/puppetlabs-mysql",
:ref => "3.3.x"
mod "stdlib",
:git => "git://github.com/puppetlabs/puppetlabs-stdlib",
:ref => "4.3.x"
mod "rsync",
:git => "git://github.com/puppetlabs/puppetlabs-rsync",
:ref => "0.2.0"
mod "xinetd",
:git => "git://github.com/puppetlabs/puppetlabs-xinetd",
:ref => "1.2.0"
mod "concat",
:git => "git://github.com/puppetlabs/puppetlabs-concat",
:ref => "1.1.x"
mod "memcached",
:git => "git://github.com/saz/puppet-memcached",
:ref => "658374848a6d2cf07f0bf714bc34709e9d0ee109"
mod "ssh",
:git => "git://github.com/saz/puppet-ssh",
:ref => "a0f5d5da20c91775c76c77d3b57b41f4245a260a"
mod "qpid",
:git => "git://github.com/dprince/puppet-qpid",
:ref => "1.0.2"
mod "sysctl",
:git => "git://github.com/duritong/puppet-sysctl"
mod "rabbitmq",
:git => "git://github.com/puppetlabs/puppetlabs-rabbitmq",
:ref => "5.2.0"
mod "staging",
:git => "git://github.com/nanliu/puppet-staging",
:ref => "1.0.2"
mod "vcsrepo",
:git => "git://github.com/puppetlabs/puppetlabs-vcsrepo",
:ref => "0.2.0"
# indirect dependencies
mod "firewall",
:git => "git://github.com/puppetlabs/puppetlabs-firewall",
:ref => "master"
mod "apt",
:git => "git://github.com/puppetlabs/puppetlabs-apt",
:ref => "1.4.x"
mod "mongodb",
:git => "git://github.com/puppetlabs/puppetlabs-mongodb",
:ref => "0.10.0"
mod "ntp",
:git => "git://github.com/puppetlabs/puppetlabs-ntp",
:ref => "3.0.x"
mod "postgresql",
:git => "git://github.com/puppetlabs/puppetlabs-postgresql",
:ref => "3.3.x"
mod "puppetdb",
:git => "git://github.com/puppetlabs/puppetlabs-puppetdb",
:ref => "4.0.0"