Skip to content

Commit 4e1d373

Browse files
committed
Download modules from git repo for unit testing
1 parent b9a422d commit 4e1d373

File tree

1 file changed

+12
-34
lines changed

1 file changed

+12
-34
lines changed

.fixtures.yml

Lines changed: 12 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,13 @@
11
fixtures:
2-
forge_modules:
3-
archive:
4-
repo: puppet/archive
5-
ref: 0.5.1
6-
augeas_core:
7-
repo: puppetlabs/augeas_core
8-
ref: 1.0.4
9-
stdlib:
10-
repo: puppetlabs/stdlib
11-
ref: 4.13.1
12-
java:
13-
repo: puppetlabs/java
14-
ref: 6.5.0
15-
concat:
16-
repo: puppetlabs/concat
17-
ref: 2.2.1
18-
datacat:
19-
repo: richardc/datacat
20-
ref: 0.6.2
21-
apt:
22-
repo: puppetlabs/apt
23-
ref: 7.4.1
24-
zypprepo:
25-
repo: puppet/zypprepo
26-
ref: 2.2.2
27-
yumrepo_core:
28-
repo: puppetlabs/yumrepo_core
29-
ref: 1.0.3
30-
java_ks: puppetlabs/java_ks
31-
elastic_stack:
32-
repo: elastic/elastic_stack
33-
ref: 6.1.0
34-
symlinks:
35-
elasticsearch: "#{source_dir}"
2+
repositories:
3+
apt: https://github.com/puppetlabs/puppetlabs-apt.git
4+
archive: https://github.com/voxpupuli/puppet-archive.git
5+
augeas_core: https://github.com/puppetlabs/puppetlabs-augeas_core.git
6+
concat: https://github.com/puppetlabs/puppetlabs-concat.git
7+
datacat: https://github.com/richardc/puppet-datacat.git
8+
elastic_stack: https://github.com/voxpupuli/puppet-elastic-stack.git
9+
java: https://github.com/puppetlabs/puppetlabs-java.git
10+
java_ks: https://github.com/puppetlabs/puppetlabs-java_ks.git
11+
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git
12+
yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
13+
zypprepo: https://github.com/voxpupuli/puppet-zypprepo.git

0 commit comments

Comments
 (0)