-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPuppetfile
84 lines (63 loc) · 2.05 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
forge "http://forge.puppetlabs.com"
mod "neutron",
:git => "https://github.com/openstack/puppet-neutron.git",
:ref => "stable/ocata"
mod "horizon",
:git => "https://github.com/openstack/puppet-horizon.git",
:ref => "stable/ocata"
mod "nova",
:git => "https://github.com/openstack/puppet-nova.git",
:ref => "stable/ocata"
mod "glance",
:git => "https://github.com/openstack/puppet-glance.git",
:ref => "stable/ocata"
mod "keystone",
:git => "https://github.com/openstack/puppet-keystone.git",
:ref => "stable/ocata"
mod "openstacklib",
:git => "https://github.com/openstack/puppet-openstacklib",
:ref => "stable/ocata"
mod "heat",
:git => "https://github.com/openstack/puppet-heat",
:ref => "stable/ocata"
mod "openstack_extras",
:git => "https://github.com/openstack/puppet-openstack_extras",
:ref => "stable/ocata"
mod "staging",
:git => "https://github.com/voxpupuli/puppet-staging.git",
:ref => "v2.2.0"
mod "oslo",
:git => "https://github.com/openstack/puppet-oslo",
:ref => "stable/ocata"
mod "apache",
:git => "https://github.com/puppetlabs/puppetlabs-apache",
:ref => "1.11.0"
mod "memcached",
:git => "https://github.com/saz/puppet-memcached.git",
:ref => "v3.0.1"
mod "mysql",
:git => "https://github.com/puppetlabs/puppetlabs-mysql.git",
:ref => "3.10.0"
mod "apt",
:git => "https://github.com/puppetlabs/puppetlabs-apt",
:ref => "3.0.0"
mod "ntp",
:git => "https://github.com/puppetlabs/puppetlabs-ntp",
:ref => "4.2.x"
mod 'stdlib',
:git => 'https://github.com/puppetlabs/puppetlabs-stdlib.git',
:ref => "4.16.0"
mod 'inifile',
:git => "https://github.com/puppetlabs/puppetlabs-inifile.git",
:ref => "master"
mod 'concat',
:git => 'https://github.com/puppetlabs/puppetlabs-concat.git',
:ref => '2.2.1'
mod 'packagecloud',
:git => 'https://github.com/computology/computology-packagecloud.git'
mod 'rabbitmq',
:git => 'https://github.com/puppetlabs/puppetlabs-rabbitmq.git',
:ref => '5.6.0'
mod 'vswitch',
:git => 'https://github.com/openstack/puppet-vswitch.git',
:ref => '6.3.1'