Skip to content

Commit 5eef659

Browse files
committed
.fixtures.yml: Cleanup Puppet 5 leftovers
The core modules are a requirements for unit testing with Puppet 6 and newer. This module doesn't support Puppet 5 anymore, so it can be removed (we did the same at Vox Pupuli).
1 parent 0b96216 commit 5eef659

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.fixtures.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
fixtures:
22
repositories:
33
apt: "https://github.com/puppetlabs/puppetlabs-apt.git"
4-
augeas_core:
5-
repo: "https://github.com/puppetlabs/puppetlabs-augeas_core.git"
6-
puppet_version: ">= 6.0.0"
4+
augeas_core: "https://github.com/puppetlabs/puppetlabs-augeas_core.git"
75
concat: "https://github.com/puppetlabs/puppetlabs-concat.git"
86
cron_core: "https://github.com/puppetlabs/puppetlabs-cron_core.git"
97
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
108
firewall: "https://github.com/puppetlabs/puppetlabs-firewall.git"
119
provision: "https://github.com/puppetlabs/provision.git"
1210
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
1311
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
14-
yumrepo_core:
15-
repo: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"
16-
puppet_version: ">= 6.0.0"
17-
symlinks:
18-
postgresql: "#{source_dir}"
12+
yumrepo_core: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"

0 commit comments

Comments
 (0)