Revision
629
Author
misc
Date
2010-12-15 14:46:51 +0100 (Wed, 15 Dec 2010)

Log Message

- oups, wrong cut and paste

Modified Paths

Modified: puppet/modules/transifex/manifests/init.pp
===================================================================
--- puppet/modules/transifex/manifests/init.pp	2010-12-15 12:56:34 UTC (rev 628)
+++ puppet/modules/transifex/manifests/init.pp	2010-12-15 13:46:51 UTC (rev 629)
@@ -63,13 +63,13 @@
     notify => Service['apache']
   }
 
-  file { "50-apps.conf":
-    path => "/etc/transifex/50-apps.conf",
+  file { "50-project.conf":
+    path => "/etc/transifex/50-project.conf",
     ensure => present,
     owner => root,
     group => root,
     mode => 644,
-    content => template("transifex/50-apps.conf"),
+    content => template("transifex/50-project.conf"),
     require => Package['transifex'],
     notify => Service['apache']
   }