Skip to content

Commit

Permalink
remove EOL OSes, add new ones (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll authored and ekohl committed Oct 29, 2017
1 parent 9041338 commit 1001ad0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 21 deletions.
19 changes: 4 additions & 15 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,48 +61,39 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"24"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"16.04"
]
},
{
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [
"9",
"10"
"10",
"11"
]
},
{
Expand All @@ -111,8 +102,6 @@
{
"operatingsystem": "DragonFly",
"operatingsystemrelease": [
"3.6",
"3.8",
"4"
]
}
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/foreman_proxy__plugin__abrt_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
describe 'foreman_proxy::plugin::abrt' do

let :facts do
on_supported_os['redhat-6-x86_64']
on_supported_os['redhat-7-x86_64']
end

describe 'with default settings' do
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/foreman_proxy__plugin__chef__spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

describe 'foreman_proxy::plugin::chef' do
let :facts do
on_supported_os['redhat-6-x86_64']
on_supported_os['redhat-7-x86_64']
end

let :pre_condition do
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/foreman_proxy__plugin__monitoring_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
describe 'foreman_proxy::plugin::monitoring' do

let :facts do
on_supported_os['redhat-6-x86_64']
on_supported_os['redhat-7-x86_64']
end

describe 'with default settings' do
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/foreman_proxy__plugin__openscap_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

describe 'foreman_proxy::plugin::openscap' do
let :facts do
on_supported_os['redhat-6-x86_64']
on_supported_os['redhat-7-x86_64']
end

let :pre_condition do
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/foreman_proxy__plugin__pulp_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
end

let :facts do
on_supported_os['redhat-6-x86_64'].merge(:puppet_environmentpath => puppet_environmentpath)
on_supported_os['redhat-7-x86_64'].merge(:puppet_environmentpath => puppet_environmentpath)
end

let :etc_dir do
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/foreman_proxy__plugin__salt_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
describe 'foreman_proxy::plugin::salt' do

let :facts do
on_supported_os['redhat-6-x86_64']
on_supported_os['redhat-7-x86_64']
end

describe 'with default settings' do
Expand Down

0 comments on commit 1001ad0

Please sign in to comment.