forked from jenkins-infra/jenkins-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.fixtures.yml
70 lines (67 loc) · 1.75 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
# Fixtures needed for puppetlabs_spec_helper
fixtures:
repositories:
r10k:
repo: 'git://github.com/acidprime/r10k.git'
ref: 'v1.0.2'
ruby:
repo: 'git://github.com/puppetlabs/puppetlabs-ruby.git'
ref: '0.1.1'
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: '03280b8'
sudo:
repo: 'git://github.com/saz/puppet-sudo.git'
ref: 'v3.0.6'
irc:
repo: 'git://github.com/jenkins-infra/puppet-irc.git'
ref: '4e3cee3'
docker:
repo: 'git://github.com/garethr/garethr-docker.git'
ref: '9c5be9b'
apache-logcompressor:
repo: 'git://github.com/jenkins-infra/puppet-apache-logcompressor.git'
forge_modules:
stdlib:
repo: 'puppetlabs/stdlib'
ref: '4.1.0'
firewall:
repo: 'puppetlabs/firewall'
ref: '1.0.2'
apache:
repo: 'puppetlabs/apache'
ref: '1.0.1'
git:
repo: 'puppetlabs/git'
ref: '0.0.3'
ntp:
repo: 'puppetlabs/ntp'
ref: '3.0.3'
inifile:
repo: 'puppetlabs/inifile'
ref: '1.0.3'
apt:
repo: 'puppetlabs/apt'
ref: '1.4.2'
concat:
repo: 'puppetlabs/concat'
ref: '1.0.2'
staging:
repo: 'nanliu/staging'
ref: '0.4.0'
groovy:
repo: 'rtyler/groovy'
ref: '1.0.2'
ssh:
repo: 'saz/ssh'
ref: '2.3.6'
# 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"