From d3a585bdc784cf848b641e63c289a832a1e1360c Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 22 Feb 2011 01:04:18 +0000 Subject: - use a alias for the exec --- modules/phpbb/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/phpbb') 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"] -- cgit v1.2.1