Skip to content

Commit

Permalink
Remove Scientific from supported OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Valantin committed Jun 27, 2024
1 parent c3bc791 commit 239fb49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@
"9"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"7",
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/web_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class { 'apache':

packages = if facts[:os]['family'] == 'RedHat'
if facts[:os]['release']['major'].to_i == 7 &&
!%w[OracleLinux Scientific].include?(facts[:os]['name'])
!%w[OracleLinux].include?(facts[:os]['name'])
%w[zabbix-web-pgsql-scl zabbix-web]
else
%w[zabbix-web-pgsql zabbix-web]
Expand Down

0 comments on commit 239fb49

Please sign in to comment.