]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Using subscribe instead of notify for locale-gen
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 18 Apr 2010 22:15:14 +0000 (19:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 18 Apr 2010 22:15:14 +0000 (19:15 -0300)
manifests/subsystems/locale.pp

index 40afdbc74bde933066fdd4fe5b6c677efe501170..60ba4a3a95b8b4a71e4b1f2840203835071c8589 100644 (file)
@@ -19,10 +19,10 @@ class locale {
     owner  => root,
     group  => root,
     mode   => 0644,
-    notify => Exec['locale-gen'],
   }
 
   exec { "locale-gen":
     refreshonly => true,
+    subscribe   =>    File["/etc/locale.gen"], 
   }
 }