From e18c3b39db8baffd118215225c5d385227efb544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 30 Dec 2021 13:30:24 +0100 Subject: Add en_GB locale. --- modules/profiles/manifests/workstation.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/profiles/manifests/workstation.pp b/modules/profiles/manifests/workstation.pp index 2b11524..9cff2f1 100644 --- a/modules/profiles/manifests/workstation.pp +++ b/modules/profiles/manifests/workstation.pp @@ -105,11 +105,15 @@ class profiles::workstation { $locales = [ 'en_DK.UTF-8 UTF-8', 'en_US.UTF-8 UTF-8', + 'en_GB.UTF-8 UTF-8', 'sv_SE.UTF-8 UTF-8', 'sv_SE.ISO-8859-1 ISO-8859-1', '', ] + # TODO possibly check in /usr/share/i18n/locales if file exists + # there + file { '/etc/locale.gen': content => $locales.join("\n") } ~> exec { 'locale-gen': -- cgit v1.2.3