diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/phpbb/manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index 5d4ab075..7dd14621 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -65,8 +65,8 @@ class phpbb { $forums_dir = $phpbb::base::forums_dir include git::client - # TODO manage the permission of the various subdirectory - exec { "git clone git://git.$domain/forum/ $lang": + exec { "git_clone $lang": + command =>"git clone git://git.$domain/forum/ $lang", cwd => $forums_dir, creates => "$forums_dir/$lang", require => File["$forums_dir"] |