We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b071c2 commit 7f1df97Copy full SHA for 7f1df97
metadata.json
@@ -135,12 +135,6 @@
135
"12"
136
]
137
},
138
- {
139
- "operatingsystem": "VirtuozzoLinux",
140
- "operatingsystemrelease": [
141
- "7"
142
- ]
143
- },
144
{
145
"operatingsystem": "Archlinux"
146
spec/classes/web_spec.rb
@@ -91,7 +91,7 @@ class { 'apache':
91
92
packages = if facts[:os]['family'] == 'RedHat'
93
if facts[:os]['release']['major'].to_i == 7 &&
94
- !%w[VirtuozzoLinux OracleLinux Scientific].include?(facts[:os]['name'])
+ !%w[OracleLinux Scientific].include?(facts[:os]['name'])
95
%w[zabbix-web-pgsql-scl zabbix-web]
96
else
97
%w[zabbix-web-pgsql zabbix-web]
0 commit comments