-
Notifications
You must be signed in to change notification settings - Fork 2
/
Puppetfile
88 lines (71 loc) · 2.26 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
## Install Module: vcsrepo
mod 'vcsrepo',
:git => '[email protected]:puppetlabs/puppetlabs-vcsrepo.git',
:ref => '1.3.0'
## Install Module: git
mod 'git',
:git => '[email protected]:puppetlabs/puppetlabs-git.git',
:ref => '0.4.0'
## Install Module: gpg (nodejs dependency)
mod 'puppet-gpg_key',
:git => '[email protected]:treydock/puppet-gpg_key.git'
## Install Module: stdlib (nodejs, redis dependency)
mod 'stdlib',
:git => '[email protected]:puppetlabs/puppetlabs-stdlib.git',
:ref => '4.12.0'
## Install Module: apt (redis dependency)
mod 'apt',
:git => '[email protected]:puppetlabs/puppetlabs-apt.git',
:ref => '2.2.2'
## Install Module: epel (redis dependency)
mod 'epel',
:git => '[email protected]:stahnma/puppet-module-epel.git',
:ref => '1.2.2'
## Install Module: redis
mod 'puppet-redis',
:git => '[email protected]:arioch/puppet-redis.git',
:ref => '1.2.3'
## Install Module: wget (nodejs dependency)
mod 'wget',
:git => '[email protected]:maestrodev/puppet-wget.git',
:ref => 'v1.7.1'
## Install Module: nodejs
mod 'nodejs',
:git => '[email protected]:puppet-community/puppet-nodejs.git',
:ref => 'v1.3.0'
## Install Module: mysql (to be used for mariadb)
mod 'mysql',
:git => '[email protected]:puppetlabs/puppetlabs-mysql.git',
:ref => '3.6.2'
## Install Module: to adjust ini files
mod 'inifile',
:git => '[email protected]:puppetlabs/puppetlabs-inifile.git',
:ref => '1.5.0'
## Install Module: concat (apache dependency)
mod 'concat',
:git => '[email protected]:puppetlabs/puppetlabs-concat.git',
:ref => '2.1.0'
## Install Module: apache
mod 'apache',
:git => '[email protected]:puppetlabs/puppetlabs-apache.git',
:ref => '1.8.1'
## Install Module: firewalld
mod 'firewalld',
:git => '[email protected]:crayfishx/puppet-firewalld.git',
:ref => '2.1.0'
## Install Module: puppet-composer (puppet-drush dependency)
mod 'composer',
:git => '[email protected]:willdurand/puppet-composer.git',
:ref => 'v1.1.1'
## Install Module: puppet-drush
mod 'drush',
:git => '[email protected]:previousnext/puppet-drush.git',
:ref => '0.1.1'
## Install Module: wget
mod 'wget',
:git => '[email protected]:maestrodev/puppet-wget.git',
:ref => 'v1.7.3'
## Install Module: timezone
mod 'timezone',
:git => '[email protected]:BashtonLtd/puppet-timezone.git',
:commit => '1672983'