diff options
Diffstat (limited to 'modules/git/manifests/mirror.pp')
-rw-r--r-- | modules/git/manifests/mirror.pp | 1 |
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, |