diff options
Diffstat (limited to 'manifests/subsystems/locales.pp')
-rw-r--r-- | manifests/subsystems/locales.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/locales.pp b/manifests/subsystems/locales.pp index 3bed96f..90bd96c 100644 --- a/manifests/subsystems/locales.pp +++ b/manifests/subsystems/locales.pp @@ -23,6 +23,6 @@ class locales { exec { "locale-gen": refreshonly => true, - subscribe => File["/etc/locale.gen"], + subscribe => File["/etc/locale.gen"], } } |