Skip to content

Commit adb724a

Browse files
authored
Merge pull request #1592 from bastelfreak/fixtures
.fixtures.yml: unpin puppet_agent dependency
2 parents 175c842 + 93bb7d4 commit adb724a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.fixtures.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
fixtures:
23
repositories:
34
apt: "https://github.com/puppetlabs/puppetlabs-apt.git"
@@ -7,9 +8,7 @@ fixtures:
78
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
89
firewall: "https://github.com/puppetlabs/puppetlabs-firewall.git"
910
provision: "https://github.com/puppetlabs/provision.git"
10-
puppet_agent:
11-
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
12-
ref: v4.13.0
11+
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
1312
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
1413
yumrepo_core: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"
1514
systemd: "https://github.com/voxpupuli/puppet-systemd.git"

0 commit comments

Comments
 (0)