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"