Skip to content

Commit df1d4d2

Browse files
committed
Remove Scientific from supported OS
1 parent 4796024 commit df1d4d2

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

metadata.json

-7
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@
7979
"9"
8080
]
8181
},
82-
{
83-
"operatingsystem": "Scientific",
84-
"operatingsystemrelease": [
85-
"7",
86-
"8"
87-
]
88-
},
8982
{
9083
"operatingsystem": "CentOS",
9184
"operatingsystemrelease": [

spec/classes/web_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class { 'apache':
9191

9292
packages = if facts[:os]['family'] == 'RedHat'
9393
if facts[:os]['release']['major'].to_i == 7 &&
94-
!%w[OracleLinux Scientific].include?(facts[:os]['name'])
94+
!%w[OracleLinux].include?(facts[:os]['name'])
9595
%w[zabbix-web-pgsql-scl zabbix-web]
9696
else
9797
%w[zabbix-web-pgsql zabbix-web]

0 commit comments

Comments
 (0)