From c137a40aea90c3dfa7466e82f1c5fabad1171ad8 Mon Sep 17 00:00:00 2001 From: Richard Oastler Date: Sat, 14 Feb 2015 22:26:04 +0000 Subject: [PATCH] Create a 'shallow' clone truncated to specified release --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index 63aedb0..e74b58d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -56,6 +56,7 @@ source => 'https://github.com/phpmyadmin/phpmyadmin.git', user => $user, revision => $revision, + depth => 1 } ->