From ba2cf1b5d938810077b0fd73844faf432e8e8f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 14 Aug 2017 19:02:29 +0200 Subject: Install OVH vps from scratch --- modules/locales/manifests/init.pp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/locales/manifests') 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 { subscribe => File_line['/etc/locale.gen#fr_FR.UTF-8', '/etc/locale.gen#en_US.UTF-8'], refreshonly => true, } - exec { '/usr/bin/localectl set-locale LANG=fr_FR.UTF-8': - subscribe => File_line['/etc/locale.gen#fr_FR.UTF-8'], - refreshonly => true, - } } -- cgit v1.2.3