Skip to content

Commit d28765b

Browse files
committed
Update Fixtures for cloud_ci
1 parent dc0e121 commit d28765b

File tree

2 files changed

+78
-13
lines changed

2 files changed

+78
-13
lines changed

.fixtures.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ fixtures:
55
forge_modules:
66
# stdlib: "puppetlabs/stdlib"
77
repositories:
8-
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
9-
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
10-
provision: 'https://github.com/puppetlabs/provision.git'
8+
facts: 'https://github.com/puppetlabs/puppetlabs-facts'
9+
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent'
10+
provision: 'https://github.com/puppetlabs/provision'
11+
bootstrap: 'https://github.com/puppetlabs/puppetlabs-bootstrap'
12+
puppet_conf: 'https://github.com/puppetlabs/puppetlabs-puppet_conf'
13+
ruby_task_helper: 'https://git@github.com/puppetlabs/puppetlabs-ruby_task_helper'
14+
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib'
15+
deploy_pe: 'https://github.com/jarretlavallee/puppet-deploy_pe'

metadata.json

Lines changed: 70 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,96 @@
1010
"dependencies": [
1111

1212
],
13-
"operatingsystem_support": [
13+
"operatingsystem_support": [
1414
{
15-
"operatingsystem": "RedHat"
15+
"operatingsystem": "RedHat",
16+
"operatingsystemrelease": [
17+
"7",
18+
"8"
19+
]
1620
},
1721
{
18-
"operatingsystem": "Windows"
22+
"operatingsystem": "CentOS",
23+
"operatingsystemrelease": [
24+
"7"
25+
]
1926
},
2027
{
21-
"operatingsystem": "Debian"
28+
"operatingsystem": "OracleLinux",
29+
"operatingsystemrelease": [
30+
"7"
31+
]
2232
},
2333
{
24-
"operatingsystem": "Ubuntu"
34+
"operatingsystem": "Scientific",
35+
"operatingsystemrelease": [
36+
"7"
37+
]
2538
},
2639
{
27-
"operatingsystem": "OS X"
40+
"operatingsystem": "SLES",
41+
"operatingsystemrelease": [
42+
"12",
43+
"15"
44+
]
2845
},
2946
{
30-
"operatingsystem": "Solaris"
47+
"operatingsystem": "Debian",
48+
"operatingsystemrelease": [
49+
"10",
50+
"11"
51+
]
3152
},
3253
{
33-
"operatingsystem": "SLES"
54+
"operatingsystem": "Ubuntu",
55+
"operatingsystemrelease": [
56+
"18.04",
57+
"20.04"
58+
]
3459
},
3560
{
36-
"operatingsystem": "AIX"
61+
"operatingsystem": "Solaris",
62+
"operatingsystemrelease": [
63+
"10",
64+
"11"
65+
]
66+
},
67+
{
68+
"operatingsystem": "Windows",
69+
"operatingsystemrelease": [
70+
"2012",
71+
"2012 R2",
72+
"2016",
73+
"2019",
74+
"7",
75+
"8.1",
76+
"10"
77+
]
78+
},
79+
{
80+
"operatingsystem": "AIX",
81+
"operatingsystemrelease": [
82+
"7.1",
83+
"7.2"
84+
]
85+
},
86+
{
87+
"operatingsystem": "Rocky",
88+
"operatingsystemrelease": [
89+
"8"
90+
]
91+
},
92+
{
93+
"operatingsystem": "AlmaLinux",
94+
"operatingsystemrelease": [
95+
"8"
96+
]
3797
}
3898
],
3999
"requirements": [
40100
{
41101
"name": "puppet",
42-
"version_requirement": ">= 3.0.0 < 8.0.0"
102+
"version_requirement": ">= 6.0.0 < 8.0.0"
43103
}
44104
],
45105
"tags": [

0 commit comments

Comments
 (0)