diff options
Diffstat (limited to 'modules/locales/manifests')
-rw-r--r-- | modules/locales/manifests/init.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/locales/manifests/init.pp b/modules/locales/manifests/init.pp index 982b48e..1923f26 100644 --- a/modules/locales/manifests/init.pp +++ b/modules/locales/manifests/init.pp | |||
@@ -9,8 +9,4 @@ class locales { | |||
9 | subscribe => File_line['/etc/locale.gen#fr_FR.UTF-8', '/etc/locale.gen#en_US.UTF-8'], | 9 | subscribe => File_line['/etc/locale.gen#fr_FR.UTF-8', '/etc/locale.gen#en_US.UTF-8'], |
10 | refreshonly => true, | 10 | refreshonly => true, |
11 | } | 11 | } |
12 | exec { '/usr/bin/localectl set-locale LANG=fr_FR.UTF-8': | ||
13 | subscribe => File_line['/etc/locale.gen#fr_FR.UTF-8'], | ||
14 | refreshonly => true, | ||
15 | } | ||
16 | } | 12 | } |