Parent Directory | Revision Log | Patch
revision 1166 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"] |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |