Skip to content

Commit 7f1df97

Browse files
committed
Remove VirtuozzoLinux from supported OS
1 parent 8b071c2 commit 7f1df97

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

metadata.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,6 @@
135135
"12"
136136
]
137137
},
138-
{
139-
"operatingsystem": "VirtuozzoLinux",
140-
"operatingsystemrelease": [
141-
"7"
142-
]
143-
},
144138
{
145139
"operatingsystem": "Archlinux"
146140
},

spec/classes/web_spec.rb

Lines changed: 1 addition & 1 deletion
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[VirtuozzoLinux OracleLinux Scientific].include?(facts[:os]['name'])
94+
!%w[OracleLinux Scientific].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)