forked from jenkins-infra/jenkins-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Puppetfile
72 lines (55 loc) · 2.19 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"
# Install and manage r10k
mod "zack/r10k", '1.0.2'
# Deps for zack/r10k
# We are tracking stdlib from git because the puppet module tool
# is getting in the way when we want to upgrade newer than the
# supported module version
mod "stdlib",
:git => 'git@github.com:puppetlabs/puppetlabs-stdlib.git',
:ref => '4.1.0'
mod "ruby", :git => 'git://github.com/puppetlabs/puppetlabs-ruby',
:ref => '0.1.1'
mod "puppetlabs/gcc", '0.1.0'
mod "puppetlabs/pe_gem", '0.0.1'
mod "mhuffnagle/make", '0.0.2'
mod "puppetlabs/inifile", '1.0.3'
mod "puppetlabs/vcsrepo", '0.2.0'
mod "puppetlabs/git", '0.0.3'
mod "gentoo/portage", '2.2.0-rc1'
# Used for setting up ntp daemons on all machines to have a correct time
mod "puppetlabs/ntp", '3.0.3'
# Module for managing sudoers across all machines
mod 'saz/sudo', '3.0.6'
# Needed for managing firewall rules
mod 'puppetlabs/firewall', '1.0.2'
# Needed for managing .yaml files from within Puppet
mod 'reidmv/yamlfile'
# Needed by `yamlfile`
mod 'adrien/filemapper'
mod 'docker', :git => 'git://github.com/jenkins-infra/garethr-docker.git',
:ref => '82fd950'
# Deps for docker
mod 'puppetlabs/apt', '1.4.2'
mod 'stahnma/epel', '0.0.6'
# Dependencies for the Puppet IRC report processor, using our forked version
# which properly compiles and runs on PE
mod 'irc', :git => 'git://github.com/jenkins-infra/puppet-irc.git',
:ref => '265c24b'
# Needed for managing our accounts in hiera, this fork contains the pull
# request which adds support for multiple SSH keys:
# <https://github.com/torrancew/puppet-account/pull/18>
mod 'account', :git => 'git://github.com/jenkins-infra/puppet-account.git',
:ref => '03280b8'
mod 'jenkins_keys',
:git => 'git@github.com:rtyler/jenkins-keys.git'
# Apache and its dependencies
mod "puppetlabs/apache", '1.0.1'
# Used internally to gzip compress rotated logs
mod 'apache-logcompressor', :git => 'git://github.com/jenkins-infra/puppet-apache-logcompressor.git'
mod "puppetlabs/concat", '1.0.2'
mod 'rtyler/groovy', '1.0.2'
# Dependency of `groovy
mod 'nanliu/staging', '0.4.0'
# For managing server-side ssh configuration options
mod 'saz/ssh', '2.3.6'