This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Puppetfile
129 lines (95 loc) · 3 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
forge "http://forge.puppetlabs.com"
## The core OpenStack modules
mod "openstack",
:git => "git://github.com/stackforge/puppet-openstack",
:ref => "stable/havana"
mod "keystone",
:git => "git://github.com/stackforge/puppet-keystone",
:ref => "stable/havana"
mod "swift",
:git => "git://github.com/stackforge/puppet-swift",
:ref => "stable/havana"
mod "glance",
:git => "git://github.com/stackforge/puppet-glance",
:ref => "stable/havana"
mod "cinder",
:git => "git://github.com/stackforge/puppet-cinder",
:ref => "stable/havana"
mod "neutron",
:git => "git://github.com/stackforge/puppet-neutron",
:ref => "stable/havana"
mod "nova",
:git => "git://github.com/stackforge/puppet-nova",
:ref => "stable/havana"
mod "heat",
:git => "git://github.com/stackforge/puppet-heat",
:ref => "stable/havana"
mod "ceilometer",
:git => "git://github.com/stackforge/puppet-ceilometer",
:ref => "stable/havana"
mod "horizon",
:git => "git://github.com/stackforge/puppet-horizon",
:ref => "stable/havana"
mod "tempest",
:git => "git://github.com/stackforge/puppet-tempest",
:ref => "stable/havana"
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 => "0.x"
mod "inifile",
:git => "git://github.com/puppetlabs/puppetlabs-inifile",
:ref => "1.0.x"
mod "mysql",
:git => "git://github.com/puppetlabs/puppetlabs-mysql",
:ref => "0.x"
mod "stdlib",
:git => "git://github.com/puppetlabs/puppetlabs-stdlib",
:ref => "4.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.0.2"
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 => "2.x"
# indirect dependencies
mod "firewall",
:git => "git://github.com/puppetlabs/puppetlabs-firewall",
:ref => "1.0.x"
mod "apt",
:git => "git://github.com/puppetlabs/puppetlabs-apt",
:ref => "1.4.x"
mod "mongodb",
:git => "git://github.com/puppetlabs/puppetlabs-mongodb",
:ref => "0.7.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/puppet-puppetdb",
:ref => "1.5.x"