From e83ac307514ce4fa0001e32475a221447dfa0c16 Mon Sep 17 00:00:00 2001 From: Adam Ochonicki Date: Sat, 11 May 2013 20:43:09 -0300 Subject: [PATCH] Alpha sort --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 2182650..b62e6db 100644 --- a/Puppetfile +++ b/Puppetfile @@ -18,7 +18,6 @@ github "boxen", "2.1.0" # Core modules for a basic development environment. You can replace # some/most of these if you want, but it's not recommended. -github "repository", "2.0.2" github "dnsmasq", "1.0.0" github "gcc", "1.0.0" github "git", "1.2.2" @@ -27,6 +26,7 @@ github "hub", "1.0.0" github "inifile", "0.9.0", :repo => "cprice-puppet/puppetlabs-inifile" github "nginx", "1.4.0" github "nodejs", "2.2.0" +github "repository", "2.0.2" github "ruby", "4.1.0" github "stdlib", "4.0.2", :repo => "puppetlabs/puppetlabs-stdlib" github "sudo", "1.0.0"