This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
/
Puppetfile
70 lines (66 loc) · 2.37 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
forge "https://forgeapi.puppetlabs.com"
mod 'adrien/alternatives'
mod 'attachmentgenie/ufw', '1.0.3'
mod 'camptocamp/augeas', '1.1.0'
mod 'fsalum/redis'
mod 'jamesnetherton/google_chrome', '0.4.0'
mod 'maestrodev/wget', '>= 1.1.0'
mod 'nextrevision-automysqlbackup'
mod 'puppetlabs/apt', '2.3.0'
mod 'puppetlabs/concat', '2.2.0'
mod 'puppetlabs/docker', '1.0.2'
mod 'puppetlabs/java_ks'
mod 'puppetlabs/lvm'
mod 'puppetlabs/mysql', '3.11.0'
mod 'puppet-rabbitmq', '~> 5.6'
mod 'puppetlabs/stdlib'
mod 'puppetlabs-vcsrepo', '2.3.0'
mod 'puppet/archive', '1.1.2'
mod 'puppet/unattended_upgrades', '>= 2.1.0'
mod 'rtyler/jenkins', '1.7.0'
mod 'saz/limits', '2.3.0'
mod 'saz/memcached'
mod 'saz/ntp', '2.3.2'
mod 'saz/rsyslog', '3.2.0'
mod 'saz/sudo', '3.1.0'
mod 'saz/timezone'
# Installing from GitHub because we need this revision
# which will probably be released as version 0.0.7
mod 'goldyfruit/grub2',
:git => 'git://github.com/goldyfruit/puppet-grub2.git',
:ref => 'a55113eeb2cfe8ff92307eddd10c4f8b3a78bb73'
mod 'simondeziel/apparmor',
:git => 'git://github.com/simondeziel/puppet-apparmor.git'
mod 'alphagov/curl',
:git => 'git://github.com/alphagov/puppet-curl.git',
:ref => '9e07f56c2e0f59b5a27db7d148cda6d47da4b771'
mod 'alphagov/duplicity',
:git => 'git://github.com/alphagov/puppet-duplicity.git',
:ref => '388b8343188673dc966db8840ed5c4cf7ae00470'
mod 'puppet/ext4mount',
:git => 'git://github.com/alphagov/puppet-ext4mount.git'
mod 'puppet/python',
:git => 'git://github.com/voxpupuli/puppet-python.git',
:ref => '1.9.8'
mod 'alphagov/gor',
:git => 'git://github.com/alphagov/puppet-gor.git',
:ref => 'v0.4.0'
mod 'alphagov/puppet-rcs',
:git => 'git://github.com/alphagov/puppet-rcs.git'
mod 'elasticsearch/logstash',
:git => 'git://github.com/electrical/puppet-logstash.git',
:ref => '694fa1a'
mod 'puppetlabs/postgresql',
:git => 'git://github.com/alphagov/puppetlabs-postgresql.git',
:ref => '2b30e3e1cbb2772bee848d802f6f00cc790a2947'
mod 'gdsoperations/aptly',
:git => 'git://github.com/alphagov/puppet-aptly.git',
:ref => '258c4ddedbed93682b545a863a65ab5ca3243237'
# Our modules on the Forge.
mod 'gdsoperations/auditd', '0.2.0'
mod 'gdsoperations/goenv', '0.0.4'
mod 'gdsoperations/graphite', '~> 2.1'
mod 'gdsoperations/openconnect', '~> 1.2.2'
mod 'gdsoperations/rbenv', '~> 1.3'
mod 'gdsoperations/resolvconf', '0.2.0'
mod 'gdsoperations/unattended_reboot', '0.3.0'