diff options
author | Colin Guthrie <colin@mageia.org> | 2013-11-30 12:58:32 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-11-30 12:58:32 +0000 |
commit | a73043cbd307a1014ef26558e70cdcc205afbc25 (patch) | |
tree | 1601331897e3464df68ce83c24ea843458dcc7d6 /modules/phpbb/manifests/instance.pp | |
parent | 348bb4b0febb23c9114a8ec1c5f624ff0088a982 (diff) | |
download | puppet-a73043cbd307a1014ef26558e70cdcc205afbc25.tar puppet-a73043cbd307a1014ef26558e70cdcc205afbc25.tar.gz puppet-a73043cbd307a1014ef26558e70cdcc205afbc25.tar.bz2 puppet-a73043cbd307a1014ef26558e70cdcc205afbc25.tar.xz puppet-a73043cbd307a1014ef26558e70cdcc205afbc25.zip |
Fix forums git clone location
Diffstat (limited to 'modules/phpbb/manifests/instance.pp')
-rw-r--r-- | modules/phpbb/manifests/instance.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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], |