We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d871c4d + 6887c4a commit 213bf90Copy full SHA for 213bf90
.fixtures.yml
@@ -1,9 +1,7 @@
1
fixtures:
2
repositories:
3
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
4
- puppet_agent:
5
- repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
6
- ref: v4.13.0
+ puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
7
provision: 'https://github.com/puppetlabs/provision.git'
8
symlinks:
9
stdlib: "#{source_dir}"
metadata.json
@@ -95,6 +95,13 @@
95
"operatingsystemrelease": [
96
"8"
97
]
98
+ },
99
+ {
100
+ "operatingsystem": "AmazonLinux",
101
+ "operatingsystemrelease": [
102
+ "2",
103
+ "2023"
104
+ ]
105
}
106
],
107
"requirements": [
0 commit comments