From 21055f2779986fefba6236be6a94506ad55e41d6 Mon Sep 17 00:00:00 2001 From: Romain Dartigues Date: Sat, 10 Feb 2024 20:54:38 +0100 Subject: [PATCH] introduce Clear Linux OS to the __localedef type --- cdist/conf/type/__localedef/gencode-remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/conf/type/__localedef/gencode-remote b/cdist/conf/type/__localedef/gencode-remote index 4538151f..506a73b5 100755 --- a/cdist/conf/type/__localedef/gencode-remote +++ b/cdist/conf/type/__localedef/gencode-remote @@ -61,7 +61,7 @@ in printf '%s does not support locales.\n' "${os}" >&2 exit 1 ;; - (archlinux|debian|devuan|ubuntu|suse|centos|fedora|redhat|scientific) + (archlinux|debian|devuan|ubuntu|suse|centos|fedora|redhat|scientific|clear-linux-os) # FIXME: The code below only works for glibc-based installations. # NOTE: Hardcoded, create a pull request in case it is at another