aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git/manifests')
-rw-r--r--modules/git/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/manifests/init.pp b/modules/git/manifests/init.pp
index 51547790..247beea5 100644
--- a/modules/git/manifests/init.pp
+++ b/modules/git/manifests/init.pp
@@ -102,7 +102,7 @@ class git {
$description,
$refresh = '*/5') {
- exec { "/usr/bin/git clone $source $name":
+ exec { "/usr/bin/git clone --bare $source $name":
alias => "git mirror $name",
creates => $name,
}