From a73043cbd307a1014ef26558e70cdcc205afbc25 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sat, 30 Nov 2013 12:58:32 +0000 Subject: Fix forums git clone location --- modules/phpbb/manifests/instance.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/phpbb/manifests/instance.pp b/modules/phpbb/manifests/instance.pp index d260ff7b..1ca8e57b 100644 --- a/modules/phpbb/manifests/instance.pp +++ b/modules/phpbb/manifests/instance.pp @@ -10,7 +10,7 @@ define phpbb::instance() { include git::client exec { "git_clone $lang": - command =>"git clone git://git.$::domain/forum/ $lang", + command =>"git clone git://git.$::domain/web/forums/ $lang", cwd => $forums_dir, creates => "$forums_dir/$lang", require => File[$forums_dir], -- cgit v1.2.1