Revision
630
Author
misc
Date
2010-12-15 16:13:18 +0100 (Wed, 15 Dec 2010)

Log Message

oups, wrong module

Modified Paths

Modified: puppet/modules/transifex/manifests/init.pp
===================================================================
--- puppet/modules/transifex/manifests/init.pp	2010-12-15 13:46:51 UTC (rev 629)
+++ puppet/modules/transifex/manifests/init.pp	2010-12-15 15:13:18 UTC (rev 630)
@@ -74,7 +74,7 @@
     notify => Service['apache']
   }
 
-  svn::snapshot { $templates_dir:
+  subversion::snapshot { $templates_dir:
     source => "svn://svn.mageia.org/svn/web/templates/transifex/trunk"
   }