Skip to content

Commit a521d39

Browse files
authored
Merge pull request #2506 from bastelfreak/fixtures
Cleanup .fixtures.yml
2 parents d971401 + b9c6a8e commit a521d39

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.fixtures.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1+
---
12
fixtures:
23
repositories:
34
concat: "https://github.com/puppetlabs/puppetlabs-concat.git"
45
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
56
portage: "https://github.com/gentoo/puppet-portage.git"
67
provision: 'https://github.com/puppetlabs/provision.git'
7-
puppet_agent:
8-
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
9-
ref: v4.13.0
8+
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
109
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
11-
yumrepo_core:
12-
repo: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"
13-
puppet_version: '>= 6.0.0'
10+
yumrepo_core: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"
1411
symlinks:
1512
apache: "#{source_dir}"
1613
site_apache: "#{source_dir}/spec/fixtures/site_apache"

0 commit comments

Comments
 (0)