diff options
Diffstat (limited to 'deployment/common')
-rw-r--r-- | deployment/common/manifests/i18n.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/common/manifests/i18n.pp b/deployment/common/manifests/i18n.pp index cf511862..7df46089 100644 --- a/deployment/common/manifests/i18n.pp +++ b/deployment/common/manifests/i18n.pp @@ -9,3 +9,4 @@ class common::i18n { file { '/etc/locale.conf': content => template('common/locale.conf'), } +} |