Created
December 2, 2011 16:45
-
-
Save tsabat/1423916 to your computer and use it in GitHub Desktop.
git resource not working
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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