We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4796024 commit df1d4d2Copy full SHA for df1d4d2
metadata.json
@@ -79,13 +79,6 @@
79
"9"
80
]
81
},
82
- {
83
- "operatingsystem": "Scientific",
84
- "operatingsystemrelease": [
85
- "7",
86
- "8"
87
- ]
88
- },
89
{
90
"operatingsystem": "CentOS",
91
"operatingsystemrelease": [
spec/classes/web_spec.rb
@@ -91,7 +91,7 @@ class { 'apache':
92
packages = if facts[:os]['family'] == 'RedHat'
93
if facts[:os]['release']['major'].to_i == 7 &&
94
- !%w[OracleLinux Scientific].include?(facts[:os]['name'])
+ !%w[OracleLinux].include?(facts[:os]['name'])
95
%w[zabbix-web-pgsql-scl zabbix-web]
96
else
97
%w[zabbix-web-pgsql zabbix-web]
0 commit comments