Skip to content

Commit d8dd30d

Browse files
(CAT-2385) Fix apt and systemd dependency issue
1 parent 7fa0edc commit d8dd30d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.fixtures.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
fixtures:
33
repositories:
4-
apt: "https://github.com/puppetlabs/puppetlabs-apt.git"
4+
apt:
5+
repo: 'https://github.com/puppetlabs/puppetlabs-apt.git'
6+
ref: v10.0.1
57
augeas_core: "https://github.com/puppetlabs/puppetlabs-augeas_core.git"
68
concat: "https://github.com/puppetlabs/puppetlabs-concat.git"
79
cron_core: "https://github.com/puppetlabs/puppetlabs-cron_core.git"
@@ -11,4 +13,6 @@ fixtures:
1113
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
1214
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
1315
yumrepo_core: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"
14-
systemd: "https://github.com/voxpupuli/puppet-systemd.git"
16+
systemd:
17+
repo: "https://github.com/voxpupuli/puppet-systemd.git"
18+
ref: 8.3.1

0 commit comments

Comments
 (0)