diff --git a/manifests/osfamily/redhat.pp b/manifests/osfamily/redhat.pp index b64a0eb2..32ed26c3 100644 --- a/manifests/osfamily/redhat.pp +++ b/manifests/osfamily/redhat.pp @@ -23,6 +23,9 @@ } $platform_and_version = "el/${amz_el_version}" } + 'XCP-ng', 'XenServer': { + $platform_and_version = "el/7" + } default: { $platform_and_version = "el/${::operatingsystemmajrelease}" } diff --git a/metadata.json b/metadata.json index a3479817..9b84dced 100644 --- a/metadata.json +++ b/metadata.json @@ -52,6 +52,12 @@ "7" ] }, + { + "operatingsystem": "XCP-ng", + "operatingsystemrelease": [ + "8", + ] + }, { "operatingsystem": "Scientific", "operatingsystemrelease": [