Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created December 2, 2011 16:45
Show Gist options
  • Save tsabat/1423916 to your computer and use it in GitHub Desktop.
Save tsabat/1423916 to your computer and use it in GitHub Desktop.
git resource not working
# resource
git '/tmp' do
repository node[:wufoo][:db_git_repo]
action :checkout
depth 1
end
# result
[Fri, 02 Dec 2011 08:39:18 -0800] INFO: Processing git[/tmp] action checkout (vagrant_main::create_wufoo_db line 22)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment