aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-13 22:32:22 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-13 22:32:22 +0200
commit320c343ff20eac745fcc8446fd18e63b2a72eeab (patch)
treeda95f9d422eb01efe64fb24e62bd79484d9a2c16 /deployment
parent9eb76db68221955e2176b1283a2a5b7ee6719ece (diff)
downloadpuppet-320c343ff20eac745fcc8446fd18e63b2a72eeab.tar
puppet-320c343ff20eac745fcc8446fd18e63b2a72eeab.tar.gz
puppet-320c343ff20eac745fcc8446fd18e63b2a72eeab.tar.bz2
puppet-320c343ff20eac745fcc8446fd18e63b2a72eeab.tar.xz
puppet-320c343ff20eac745fcc8446fd18e63b2a72eeab.zip
Fix typo
Diffstat (limited to 'deployment')
-rw-r--r--deployment/common/manifests/i18n.pp1
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'),
}
+}