Merge pull request #72 from bodepd/remove_puppet_reference

Remove Puppet reference from rake task.
This commit is contained in:
Branan Purvine-Riley
2012-06-16 11:08:57 -07:00

View File

@@ -28,7 +28,7 @@ namespace :modules do
# I should check to see if the file is there?
outpath = File.join(modulepath, local)
output = `git clone #{remote} #{outpath}`
Puppet.debug(output)
puts output
end
branches_to_checkout.each do |local, branch|
Dir.chdir(File.join(modulepath, local)) do