aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-22 10:47:09 +0000
committerMichael Scherer <misc@mageia.org>2012-03-22 10:47:09 +0000
commitd4f085e675b8eb72c06f842ecf85951a79ef9c75 (patch)
tree0553648c728e57890d2dc60d5d5cbde9e8b755f4 /modules/git
parent740d54fd40c5d667b8812c1be9b2c0a2643fb833 (diff)
downloadpuppet-d4f085e675b8eb72c06f842ecf85951a79ef9c75.tar
puppet-d4f085e675b8eb72c06f842ecf85951a79ef9c75.tar.gz
puppet-d4f085e675b8eb72c06f842ecf85951a79ef9c75.tar.bz2
puppet-d4f085e675b8eb72c06f842ecf85951a79ef9c75.tar.xz
puppet-d4f085e675b8eb72c06f842ecf85951a79ef9c75.zip
include git::common
Diffstat (limited to 'modules/git')
-rw-r--r--modules/git/manifests/mirror.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/git/manifests/mirror.pp b/modules/git/manifests/mirror.pp
index 1700380a..0e0c30cd 100644
--- a/modules/git/manifests/mirror.pp
+++ b/modules/git/manifests/mirror.pp
@@ -2,6 +2,7 @@ define git::mirror( $source,
$description,
$refresh = '*/5') {
+ include git::common
exec { "/usr/bin/git clone --bare $source $name":
alias => "git mirror $name",
creates => $name,