--- puppet/modules/transifex/manifests/init.pp 2010/12/15 12:56:33 627 +++ puppet/modules/transifex/manifests/init.pp 2010/12/15 12:56:34 628 @@ -7,6 +7,8 @@ $pgsql_password = extlookup("transifex_pgsql",'x') $ldap_password = extlookup("transifex_ldap",'x') + $templates_dir = "/var/lib/transifex/templates" + @@postgresql::user { 'transifex': password => $pgsql_password, } @@ -72,6 +74,10 @@ notify => Service['apache'] } + svn::snapshot { $templates_dir: + source => "svn://svn.mageia.org/svn/web/templates/transifex/trunk" + } + apache::vhost_django_app { "transifex.$domain": module => "transifex", use_ssl => true,