aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/manifests/mirror.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git/manifests/mirror.pp')
-rw-r--r--modules/git/manifests/mirror.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/manifests/mirror.pp b/modules/git/manifests/mirror.pp
index 0e0c30cd..b3a9be9a 100644
--- a/modules/git/manifests/mirror.pp
+++ b/modules/git/manifests/mirror.pp
@@ -3,7 +3,7 @@ define git::mirror( $source,
$refresh = '*/5') {
include git::common
- exec { "/usr/bin/git clone --bare $source $name":
+ exec { "/usr/bin/git clone --mirror $source $name":
alias => "git mirror $name",
creates => $name,
before => File["$name/description"],