-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.fixtures.yml
45 lines (45 loc) · 1.47 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
fixtures:
repositories:
archlinux_workstation:
repo: "https://github.com/jantman/puppet-archlinux-workstation.git"
archlinux_macbookretina:
repo: "https://github.com/jantman/puppet-archlinux-macbookretina.git"
stdlib:
repo: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
ref: "4.10.0"
sudo:
repo: "https://github.com/saz/puppet-sudo.git"
ref: "v4.2.0"
ssh:
repo: "https://github.com/saz/puppet-ssh.git"
ref: "v3.0.1"
concat:
repo: "https://github.com/puppetlabs/puppetlabs-concat.git"
ref: "2.2.1"
firewall:
repo: "https://github.com/puppetlabs/puppetlabs-firewall.git"
ref: "1.8.0"
vcsrepo:
repo: "https://github.com/puppetlabs/puppetlabs-vcsrepo.git"
ref: "1.3.1"
staging:
repo: "https://github.com/nanliu/puppet-staging.git"
ref: "1.0.3"
sysctl:
repo: "https://github.com/duritong/puppet-sysctl.git"
ref: "v0.0.11"
inifile:
repo: "https://github.com/puppetlabs/puppetlabs-inifile.git"
ref: "1.4.2"
docker:
repo: "https://github.com/garethr/garethr-docker.git"
ref: "v5.3.0"
epel:
repo: "https://github.com/stahnma/puppet-module-epel.git"
ref: "1.3.0"
apt:
repo: "https://github.com/puppetlabs/puppetlabs-apt.git"
ref: "2.3.0"
symlinks:
workstation_bootstrap: "#{source_dir}/modules/local/workstation_bootstrap"
privatepuppet: "#{source_dir}/spec/fixtures/privatepuppet"