Skip to content

Commit dac2bc9

Browse files
committed
Reference git repo's instead of the forge
1 parent a622e3d commit dac2bc9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.fixtures.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
fixtures:
22
repositories:
33
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
4-
forge_modules:
54
mysql:
6-
repo: 'puppetlabs-mysql'
7-
ref: '3.11.0'
5+
repo: "https://github.com/puppetlabs/puppetlabs-mysql.git"
6+
ref: "3.11.0"
87
apt:
9-
repo: 'puppetlabs-apt'
10-
ref: '2.4.0'
8+
repo: "https://github.com/puppetlabs/puppetlabs-apt.git"
9+
ref: "2.4.0"
1110
symlinks:
1211
powerdns: "#{source_dir}"

0 commit comments

Comments
 (0)