/[adm]/puppet/modules/phpbb/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/phpbb/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1161 by misc, Mon Feb 21 19:07:26 2011 UTC revision 1167 by misc, Tue Feb 22 01:04:18 2011 UTC
# Line 65  class phpbb { Line 65  class phpbb {
65          $forums_dir = $phpbb::base::forums_dir          $forums_dir = $phpbb::base::forums_dir
66    
67          include git::client          include git::client
68          # TODO manage the permission of the various subdirectory          exec { "git_clone $lang":
69          exec { "git clone git://git.$domain/forum/ $lang":              command =>"git clone git://git.$domain/forum/ $lang",
70              cwd => $forums_dir,              cwd => $forums_dir,
71              creates => "$forums_dir/$lang",              creates => "$forums_dir/$lang",
72              require => File["$forums_dir"]              require => File["$forums_dir"]

Legend:
Removed from v.1161  
changed lines
  Added in v.1167

  ViewVC Help
Powered by ViewVC 1.1.30