We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a622e3d commit dac2bc9Copy full SHA for dac2bc9
.fixtures.yml
@@ -1,12 +1,11 @@
1
fixtures:
2
repositories:
3
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
4
- forge_modules:
5
mysql:
6
- repo: 'puppetlabs-mysql'
7
- ref: '3.11.0'
+ repo: "https://github.com/puppetlabs/puppetlabs-mysql.git"
+ ref: "3.11.0"
8
apt:
9
- repo: 'puppetlabs-apt'
10
- ref: '2.4.0'
+ repo: "https://github.com/puppetlabs/puppetlabs-apt.git"
+ ref: "2.4.0"
11
symlinks:
12
powerdns: "#{source_dir}"
0 commit comments