diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-13 22:32:22 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-13 22:32:22 +0200 |
commit | 320c343ff20eac745fcc8446fd18e63b2a72eeab (patch) | |
tree | da95f9d422eb01efe64fb24e62bd79484d9a2c16 /deployment/common | |
parent | 9eb76db68221955e2176b1283a2a5b7ee6719ece (diff) | |
download | puppet-320c343ff20eac745fcc8446fd18e63b2a72eeab.tar puppet-320c343ff20eac745fcc8446fd18e63b2a72eeab.tar.gz puppet-320c343ff20eac745fcc8446fd18e63b2a72eeab.tar.bz2 puppet-320c343ff20eac745fcc8446fd18e63b2a72eeab.tar.xz puppet-320c343ff20eac745fcc8446fd18e63b2a72eeab.zip |
Fix typo
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'), } +} |