forked from puphpet/puphpet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Puppetfile
82 lines (81 loc) · 2.87 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
forge "https://forgeapi.puppetlabs.com"
mod 'puppetlabs/apache',
:git => 'https://github.com/puphpet/puppetlabs-apache.git',
:ref => 'f12483b'
mod 'puppetlabs/apt',
:git => 'https://github.com/puppetlabs/puppetlabs-apt.git',
:ref => '1.4.2'
mod 'puphpet/beanstalkd',
:git => 'https://github.com/puphpet/puppet-beanstalkd.git',
:ref => '5a530ff'
mod 'tPl0ch/composer',
:git => 'https://github.com/tPl0ch/puppet-composer.git',
:ref => '1.2.1'
mod 'puppetlabs/concat',
:git => 'https://github.com/puppetlabs/puppetlabs-concat.git',
:ref => '1.1.0'
mod 'elasticsearch/elasticsearch',
:git => 'https://github.com/puphpet/puppet-elasticsearch.git',
:ref => '0.2.2'
mod 'garethr/erlang',
:git => 'https://github.com/garethr/garethr-erlang.git',
:ref => '91d8ec73c3'
mod 'puppetlabs/firewall',
:git => 'https://github.com/puppetlabs/puppetlabs-firewall.git',
:ref => '1.1.1'
mod 'actionjack/mailcatcher',
:git => 'https://github.com/puphpet/puppet-mailcatcher.git',
:ref => 'dcc8c3d357'
mod 'puppetlabs/mongodb',
:git => 'https://github.com/puppetlabs/puppetlabs-mongodb.git',
:ref => '0.8.0'
mod 'puppetlabs/mysql',
:git => 'https://github.com/puppetlabs/puppetlabs-mysql.git',
:ref => '2.3.1'
mod 'jfryman/nginx',
:git => 'https://github.com/jfryman/puppet-nginx.git',
:ref => 'v0.0.9'
mod 'puppetlabs/ntp',
:git => 'https://github.com/puppetlabs/puppetlabs-ntp.git',
:ref => '3.0.4'
mod 'puphpet/php',
:git => 'https://github.com/puphpet/puppet-php.git',
:ref => 'a1dad7828d'
mod 'puppetlabs/postgresql',
:git => 'https://github.com/puppetlabs/puppetlabs-postgresql.git',
:ref => '3.3.3'
mod 'puphpet/puphpet',
:git => 'https://github.com/puphpet/puppet-puphpet.git',
:ref => '9253681'
mod 'example42/puppi',
:git => 'https://github.com/example42/puppi.git',
:ref => 'v2.1.9'
mod 'daenney/pyenv',
:git => 'https://github.com/puphpet/puppet-pyenv.git',
:ref => '062ae72'
mod 'puppetlabs/rabbitmq',
:git => 'https://github.com/puppetlabs/puppetlabs-rabbitmq.git',
:ref => '5ce33f4968'
mod 'puphpet/redis',
:git => 'https://github.com/puphpet/puppet-redis.git',
:ref => 'd9b3b23b0c'
mod 'maestrodev/rvm'
mod 'puppetlabs/sqlite',
:git => 'https://github.com/puppetlabs/puppetlabs-sqlite.git',
:ref => 'v0.0.1'
mod 'petems/swap_file',
:git => 'https://github.com/petems/puppet-swap_file.git',
:ref => '39582afda5'
mod 'nanliu/staging',
:git => 'https://github.com/nanliu/puppet-staging.git',
:ref => '0.4.0'
mod 'ajcrowe/supervisord',
:git => 'https://github.com/puphpet/puppet-supervisord.git',
:ref => '17643f1'
mod 'puppetlabs/stdlib'
mod 'puppetlabs/vcsrepo',
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo.git',
:ref => '0.2.0'
mod 'example42/yum',
:git => 'https://github.com/example42/puppet-yum.git',
:ref => 'v2.1.10'