Skip to content

Commit 5a8cabc

Browse files
committed
pin fixtures for modules where latest is not supported
1 parent d8a026a commit 5a8cabc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.fixtures.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ fixtures:
33
repositories:
44
inifile: 'https://github.com/puppetlabs/puppetlabs-inifile.git'
55
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
6-
postgresql: 'https://github.com/puppetlabs/puppet-postgresql.git'
7-
firewall: 'https://github.com/puppetlabs/puppetlabs-firewall.git'
86
apt: 'https://github.com/puppetlabs/puppetlabs-apt.git'
97
concat: 'https://github.com/puppetlabs/puppetlabs-concat.git'
108
file_concat: 'https://github.com/electrical/puppet-lib-file_concat.git'
@@ -22,5 +20,12 @@ fixtures:
2220
augeas_core:
2321
repo: https://github.com/puppetlabs/puppetlabs-augeas_core.git
2422
puppet_version: ">= 6.0.0"
23+
forge_modules:
24+
postgresql:
25+
repo: 'puppetlabs/postgresql'
26+
ref: "9.2.0"
27+
firewall:
28+
repo: 'puppetlabs/firewall'
29+
ref: "6.0.0"
2530
symlinks:
2631
puppetdb: '#{source_dir}'

0 commit comments

Comments
 (0)