forked from puphpet/puphpet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Puppetfile
72 lines (71 loc) · 2.52 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
forge "http://forge.puppetlabs.com"
mod 'puppetlabs/apache',
:git => 'https://github.com/puppetlabs/puppetlabs-apache.git',
:ref => '1.0.1'
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 => 'c4629f751d'
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 'puphpet/drush',
:git => 'https://github.com/puphpet/puppet-drush.git',
:ref => '104cd8e'
mod 'elasticsearch/elasticsearch',
:git => 'https://github.com/puphpet/puppet-elasticsearch.git',
:ref => '0.2.2'
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.2.3'
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 => '685859a'
mod 'example42/puppi',
:git => 'https://github.com/example42/puppi.git',
:ref => 'v2.1.9'
mod 'puppetlabs/rabbitmq',
:git => 'https://github.com/puppetlabs/puppetlabs-rabbitmq.git',
:ref => '4.0.0'
mod 'puphpet/redis',
:git => 'https://github.com/puphpet/puppet-redis.git',
:ref => 'd9b3b23b0c'
mod 'nanliu/staging',
:git => 'https://github.com/nanliu/puppet-staging.git',
:ref => '0.4.0'
mod 'puppetlabs/stdlib'
mod 'ajcrowe/supervisord',
:git => 'https://github.com/puphpet/puppet-supervisord.git',
:ref => 'b0e981a86e'
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'