Skip to content

Commit ab7451b

Browse files
committed
temp commit for debugging
1 parent 50a6b6b commit ab7451b

File tree

3 files changed

+4
-89
lines changed

3 files changed

+4
-89
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88

99
jobs:
1010
Spec:
11-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
11+
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@ubuntu-22-test"
1212
secrets: "inherit"
1313

1414
Acceptance:
1515
needs: Spec
16-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
16+
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@ubuntu-22-test"
1717
with:
1818
flags: "--nightly"
1919
secrets: "inherit"

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ group :system_tests do
4646
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw] if ENV['PUPPET_FORGE_TOKEN'].to_s.empty?
4747
gem "CFPropertyList", '< 3.0.7', require: false, platforms: [:mswin, :mingw, :x64_mingw]
4848
gem "serverspec", '~> 2.41', require: false
49+
gem "ed25519", '~> 1.3', require: false
50+
gem "bcrypt_pbkdf", '~> 1.1', require: false
4951
end
5052

5153
gems = {}

metadata.json

Lines changed: 0 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -11,99 +11,12 @@
1111

1212
],
1313
"operatingsystem_support": [
14-
{
15-
"operatingsystem": "RedHat",
16-
"operatingsystemrelease": [
17-
"7",
18-
"8",
19-
"9"
20-
]
21-
},
22-
{
23-
"operatingsystem": "CentOS",
24-
"operatingsystemrelease": [
25-
"7",
26-
"8"
27-
]
28-
},
29-
{
30-
"operatingsystem": "OracleLinux",
31-
"operatingsystemrelease": [
32-
"7"
33-
]
34-
},
35-
{
36-
"operatingsystem": "Scientific",
37-
"operatingsystemrelease": [
38-
"7"
39-
]
40-
},
4114
{
4215
"operatingsystem": "SLES",
4316
"operatingsystemrelease": [
4417
"12",
4518
"15"
4619
]
47-
},
48-
{
49-
"operatingsystem": "Debian",
50-
"operatingsystemrelease": [
51-
"10",
52-
"11",
53-
"12"
54-
]
55-
},
56-
{
57-
"operatingsystem": "Ubuntu",
58-
"operatingsystemrelease": [
59-
"18.04",
60-
"20.04",
61-
"22.04",
62-
"24.04"
63-
]
64-
},
65-
{
66-
"operatingsystem": "Solaris",
67-
"operatingsystemrelease": [
68-
"11"
69-
]
70-
},
71-
{
72-
"operatingsystem": "Windows",
73-
"operatingsystemrelease": [
74-
"10",
75-
"2012",
76-
"2012 R2",
77-
"2016",
78-
"2019",
79-
"2022"
80-
]
81-
},
82-
{
83-
"operatingsystem": "AIX",
84-
"operatingsystemrelease": [
85-
"7.1",
86-
"7.2"
87-
]
88-
},
89-
{
90-
"operatingsystem": "Rocky",
91-
"operatingsystemrelease": [
92-
"8"
93-
]
94-
},
95-
{
96-
"operatingsystem": "AlmaLinux",
97-
"operatingsystemrelease": [
98-
"8"
99-
]
100-
},
101-
{
102-
"operatingsystem": "AmazonLinux",
103-
"operatingsystemrelease": [
104-
"2",
105-
"2023"
106-
]
10720
}
10821
],
10922
"requirements": [

0 commit comments

Comments
 (0)