From 26df4a913c959649dc34d70e4eed031e5f000ca2 Mon Sep 17 00:00:00 2001 From: William Van Hevelingen Date: Sun, 29 Sep 2013 21:17:39 -0700 Subject: [PATCH] Switch Puppetfile from ssh to git for python dep --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 641a2a62..08d432e0 100644 --- a/Puppetfile +++ b/Puppetfile @@ -3,5 +3,5 @@ forge "http://forge.puppetlabs.com" mod "puppetlabs/vcsrepo", "0.1.2" mod "python", - :git => "git@github.com:stankevich/puppet-python.git" + :git => "git://github.com/stankevich/puppet-python.git"