forked from jenkins-infra/jenkins-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.fixtures.yml
111 lines (107 loc) · 2.61 KB
/
.fixtures.yml
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Fixtures needed for puppetlabs_spec_helper
fixtures:
repositories:
yamlfile:
repo: 'git://github.com/reidmv/puppet-module-yamlfile.git'
filemapper:
repo: 'git://github.com/adrienthebo/puppet-filemapper.git'
ref: '1.1.2'
account:
repo: 'git://github.com/jenkins-infra/puppet-account.git'
ref: '1deebe9'
sudo:
repo: 'git://github.com/saz/puppet-sudo.git'
ref: 'v3.0.6'
irc:
repo: 'git://github.com/jenkins-infra/puppet-irc.git'
ref: '4e5e437'
apachelogcompressor:
repo: 'git://github.com/jenkins-infra/puppet-apachelogcompressor.git'
forge_modules:
stdlib:
repo: 'puppetlabs/stdlib'
ref: '4.15.0'
datadog_agent:
repo: 'datadog/datadog_agent'
ref: '2.0.1'
ruby:
repo: 'puppetlabs/ruby'
ref: '0.5.0'
firewall:
repo: 'puppetlabs/firewall'
ref: '1.9.0'
apache:
repo: 'puppetlabs/apache'
ref: '1.8.1'
ntp:
repo: 'puppetlabs/ntp'
ref: '4.1.2'
inifile:
repo: 'puppetlabs/inifile'
ref: '1.4.3'
apt:
repo: 'puppetlabs/apt'
ref: '2.2.2'
concat:
repo: 'puppetlabs/concat'
ref: '1.2.5'
staging:
repo: 'nanliu/staging'
ref: '0.4.0'
groovy:
repo: 'rtyler/groovy'
ref: '1.0.1'
ssh:
repo: 'saz/ssh'
ref: '3.0.1'
lvm:
repo: 'puppetlabs/lvm'
ref: '0.3.2'
gcc:
repo: 'puppetlabs/gcc'
ref: '0.3.0'
vcsrepo:
repo: 'puppetlabs/vcsrepo'
ref: '1.1.0'
puppetserver_gem:
repo: 'puppetlabs/puppetserver_gem'
ref: '0.2.0'
letsencrypt:
repo: 'danzilio/letsencrypt'
ref: '1.0.0'
openldap:
repo: 'camptocamp/openldap'
ref: '1.14.0'
augeasproviders_shellvar:
repo: 'herculesteam/augeasproviders_shellvar'
ref: '2.2.1'
augeasproviders_core:
repo: 'herculesteam/augeasproviders_core'
ref: '2.1.2'
java:
repo: 'puppetlabs/java'
ref: '1.5.0'
postgresql:
repo: 'puppetlabs/postgresql'
ref: '5.12.1'
docker:
repo: 'garethr/docker'
ref: '5.3.0'
jenkins:
repo: 'rtyler/jenkins'
ref: '1.7.0'
archive:
repo: 'puppet/archive'
ref: '1.1.2'
limits:
repo: 'erwbgy/limits'
ref: '0.3.1'
r10k:
repo: 'puppet/r10k'
ref: '6.0.0'
# Setting up a couple of symlinks to make it easier to treat profiles and roles
# just as another set of "modules" in our environment
symlinks:
profile: "#{source_dir}/dist/profile"
role: "#{source_dir}/dist/role"
sshkeyman: "#{source_dir}/dist/sshkeyman"