Skip to content

Commit 341ff74

Browse files
committed
.fixtures.yml: Migrate to git
it's best practice to use git branches in unit tests, not the latest forge releases. This approach tries to catch breaking changes or regressions in depenencies before they are released.
1 parent 981b507 commit 341ff74

File tree

1 file changed

+10
-30
lines changed

1 file changed

+10
-30
lines changed

.fixtures.yml

+10-30
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,12 @@
1+
---
12
fixtures:
2-
forge_modules:
3-
epel:
4-
repo: "puppet/epel"
5-
ref: "3.0.1"
6-
stdlib:
7-
repo: "puppetlabs/stdlib"
8-
ref: "9.3.0"
9-
mysql:
10-
repo: "puppetlabs/mysql"
11-
ref: "15.0.0"
12-
postgresql:
13-
repo: "puppetlabs/postgresql"
14-
ref: "9.1.0"
15-
concat:
16-
repo: "puppetlabs/concat"
17-
ref: "5.3.0"
18-
apt:
19-
repo: "puppetlabs/apt"
20-
ref: "6.3.0"
21-
yumrepo:
22-
repo: "puppetlabs/yumrepo_core"
23-
puppet_version: ">= 6.0.0"
24-
ref: "1.0.3"
25-
augeas:
26-
repo: "puppetlabs/augeas_core"
27-
puppet_version: ">= 6.0.0"
28-
ref: "1.0.4"
293
repositories:
30-
systemd: 'https://github.com/voxpupuli/puppet-systemd'
31-
symlinks:
32-
powerdns: "#{source_dir}"
4+
concat: https://github.com/puppetlabs/puppetlabs-concat.git
5+
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git
6+
epel: https://github.com/voxpupuli/puppet-epel.git
7+
mysql: https://github.com/puppetlabs/puppetlabs-mysql.git
8+
postgresql: https://github.com/puppetlabs/puppetlabs-postgresql.git
9+
apt: https://github.com/puppetlabs/puppetlabs-apt.git
10+
systemd: https://github.com/voxpupuli/puppet-systemd
11+
yumrepo_core: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
12+
augeas_core: https://github.com/puppetlabs/puppetlabs-augeas_core.git

0 commit comments

Comments
 (0)