Skip to content

Commit 213bf90

Browse files
authored
Merge pull request #1427 from h0tw1r3/amazon-linux
Support for Amazon linux 2 and 2023
2 parents d871c4d + 6887c4a commit 213bf90

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.fixtures.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
fixtures:
22
repositories:
33
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
4+
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
75
provision: 'https://github.com/puppetlabs/provision.git'
86
symlinks:
97
stdlib: "#{source_dir}"

metadata.json

+7
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@
9595
"operatingsystemrelease": [
9696
"8"
9797
]
98+
},
99+
{
100+
"operatingsystem": "AmazonLinux",
101+
"operatingsystemrelease": [
102+
"2",
103+
"2023"
104+
]
98105
}
99106
],
100107
"requirements": [

0 commit comments

Comments
 (0)