Skip to content

Commit 6663970

Browse files
committed
cleanup fixtures
leaving firewall and postgres pinned for now because they are a hard requirement until the code is updated.
1 parent 94c615c commit 6663970

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.fixtures.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,15 @@ fixtures:
55
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
66
apt: 'https://github.com/puppetlabs/puppetlabs-apt.git'
77
concat: 'https://github.com/puppetlabs/puppetlabs-concat.git'
8-
file_concat: 'https://github.com/electrical/puppet-lib-file_concat.git'
98
systemd: 'https://github.com/camptocamp/puppet-systemd.git'
10-
cron: 'https://github.com/voxpupuli/puppet-cron.git'
119
provision: 'https://github.com/puppetlabs/provision.git'
1210
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
1311
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"
12+
cron_core: 'https://github.com/puppetlabs/puppetlabs-cron_core.git'
13+
yumrepo_core: 'https://github.com/puppetlabs/puppetlabs-yumrepo_core.git'
14+
augeas_core: 'https://github.com/puppetlabs/puppetlabs-augeas_core.git'
15+
postgresql: 'https://github.com/puppetlabs/puppetlabs-postgresql.git'
16+
firewall: 'https://github.com/puppetlabs/puppetlabs-firewall.git'
2317
forge_modules:
2418
postgresql:
2519
repo: 'puppetlabs/postgresql'

0 commit comments

Comments
 (0)