summaryrefslogtreecommitdiff
path: root/tools/render-cloudcfg
diff options
context:
space:
mode:
Diffstat (limited to 'tools/render-cloudcfg')
-rwxr-xr-xtools/render-cloudcfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/render-cloudcfg b/tools/render-cloudcfg
index 227bd8ab..30f82521 100755
--- a/tools/render-cloudcfg
+++ b/tools/render-cloudcfg
@@ -5,8 +5,8 @@ import os
import sys
VARIANTS = ["almalinux", "alpine", "amazon", "arch", "centos", "debian",
- "fedora", "freebsd", "netbsd", "openbsd", "photon", "rhel",
- "suse","rocky", "ubuntu", "unknown", "virtuozzo"]
+ "eurolinux", "fedora", "freebsd", "netbsd", "openbsd", "photon",
+ "rhel", "suse","rocky", "ubuntu", "unknown", "virtuozzo"]
if "avoid-pep8-E402-import-not-top-of-file":