aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/locales.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-04 15:11:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-04 15:11:58 -0300
commit42dce5f7c4c1cf612b88c8e433f4102be1eb74f3 (patch)
treece480572b1233082eef1841f80b09c44d14a7fbb /manifests/subsystems/locales.pp
parenteb513bc426139b8fa965d04dfd0436cc4fb2637d (diff)
downloadpuppet-nodo-42dce5f7c4c1cf612b88c8e433f4102be1eb74f3.tar.gz
puppet-nodo-42dce5f7c4c1cf612b88c8e433f4102be1eb74f3.tar.bz2
Supporting per-hostname sudoers file
Diffstat (limited to 'manifests/subsystems/locales.pp')
-rw-r--r--manifests/subsystems/locales.pp2
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"],
}
}