We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63de95b commit 3be5b2dCopy full SHA for 3be5b2d
.fixtures.yml
@@ -1,15 +1,9 @@
1
fixtures:
2
repositories:
3
- sshkeys_core:
4
- repo: 'https://github.com/puppetlabs/puppetlabs-sshkeys_core'
5
- puppet_version: '>= 6.0.0'
6
- stdlib:
7
- repo: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
8
- ref: '5.0.0'
+ sshkeys_core: 'https://github.com/puppetlabs/puppetlabs-sshkeys_core'
+ stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
9
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
10
- puppet_agent:
11
- repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
12
- ref: v4.21.0
+ puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
13
provision: 'https://github.com/puppetlabs/provision.git'
14
symlinks:
15
accounts: "#{source_dir}"
0 commit comments