Revision
191
Author
misc
Date
2010-11-07 14:17:28 +0100 (Sun, 07 Nov 2010)

Log Message

- fix the name of the file ( or it will conflict with blog class ) 

Modified Paths

Modified: puppet/modules/transifex/manifests/init.pp
===================================================================
--- puppet/modules/transifex/manifests/init.pp	2010-11-07 13:07:01 UTC (rev 190)
+++ puppet/modules/transifex/manifests/init.pp	2010-11-07 13:17:28 UTC (rev 191)
@@ -3,7 +3,7 @@
     ensure => installed
   }
   
-  file { "check_new-blog-post":
+  file { "20-engines.conf":
     path => "/etc/transifex/20-engines.conf",
     ensure => present,
     owner => root,