Skip to content

Commit b9c6a8e

Browse files
committed
yumrepo_core: remove puppet version contraint
1 parent d7701e0 commit b9c6a8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.fixtures.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ fixtures:
77
provision: 'https://github.com/puppetlabs/provision.git'
88
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
99
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
10-
yumrepo_core:
11-
repo: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"
12-
puppet_version: '>= 6.0.0'
10+
yumrepo_core: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"
1311
symlinks:
1412
apache: "#{source_dir}"
1513
site_apache: "#{source_dir}/spec/fixtures/site_apache"

0 commit comments

Comments
 (0)