Skip to content

Commit f31c4d6

Browse files
committed
cleanup fixtures
1 parent 94c615c commit f31c4d6

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

.fixtures.yml

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,21 @@
11
---
22
fixtures:
33
repositories:
4-
inifile: 'https://github.com/puppetlabs/puppetlabs-inifile.git'
5-
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
6-
apt: 'https://github.com/puppetlabs/puppetlabs-apt.git'
7-
concat: 'https://github.com/puppetlabs/puppetlabs-concat.git'
8-
file_concat: 'https://github.com/electrical/puppet-lib-file_concat.git'
9-
systemd: 'https://github.com/camptocamp/puppet-systemd.git'
10-
cron: 'https://github.com/voxpupuli/puppet-cron.git'
114
provision: 'https://github.com/puppetlabs/provision.git'
125
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
136
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
14-
cron_core:
15-
repo: https://github.com/puppetlabs/puppetlabs-cron_core.git
16-
puppet_version: ">= 6.0.0"
17-
yumrepo_core:
18-
repo: https://github.com/puppetlabs/puppetlabs-yumrepo_core.git
19-
puppet_version: ">= 6.0.0"
20-
augeas_core:
21-
repo: https://github.com/puppetlabs/puppetlabs-augeas_core.git
22-
puppet_version: ">= 6.0.0"
7+
cron_core: 'https://github.com/puppetlabs/puppetlabs-cron_core.git'
8+
yumrepo_core: 'https://github.com/puppetlabs/puppetlabs-yumrepo_core.git'
9+
augeas_core: 'https://github.com/puppetlabs/puppetlabs-augeas_core.git'
2310
forge_modules:
11+
apt: 'puppetlabs/apt'
12+
inifile: 'puppetlabs/inifile'
13+
stdlib: 'puppetlabs/stdlib'
14+
concat: 'puppetlabs/concat'
15+
systemd: 'puppet/systemd'
2416
postgresql:
2517
repo: 'puppetlabs/postgresql'
2618
ref: "9.2.0"
2719
firewall:
2820
repo: 'puppetlabs/firewall'
2921
ref: "6.0.0"
30-
symlinks:
31-
puppetdb: '#{source_dir}'

0 commit comments

Comments
 (0)