From bca910c70b165d9bbbe064ea18f26339026a8c1f Mon Sep 17 00:00:00 2001 From: Roberto Valentini Date: Thu, 27 Jun 2024 14:22:21 +0200 Subject: [PATCH] Remove VirtuozzoLinux from supported OS --- metadata.json | 6 ------ spec/classes/web_spec.rb | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/metadata.json b/metadata.json index 38cd6ae8..90099b8e 100644 --- a/metadata.json +++ b/metadata.json @@ -135,12 +135,6 @@ "12" ] }, - { - "operatingsystem": "VirtuozzoLinux", - "operatingsystemrelease": [ - "7" - ] - }, { "operatingsystem": "Archlinux" }, diff --git a/spec/classes/web_spec.rb b/spec/classes/web_spec.rb index 101b47bb..645021c5 100644 --- a/spec/classes/web_spec.rb +++ b/spec/classes/web_spec.rb @@ -91,7 +91,7 @@ class { 'apache': packages = if facts[:os]['family'] == 'RedHat' if facts[:os]['release']['major'].to_i == 7 && - !%w[VirtuozzoLinux OracleLinux Scientific].include?(facts[:os]['name']) + !%w[OracleLinux Scientific].include?(facts[:os]['name']) %w[zabbix-web-pgsql-scl zabbix-web] else %w[zabbix-web-pgsql zabbix-web]