I used the following chef's stanza to try and check out the github repository:
git "/home/ubuntu" do repository "git://github.com/kmerenkov/brukva.git" revision "master" action :checkout user "ubuntu" end
The chef has no errors, and the resource appears as updated (even if the files are not in the destination directory).
* git[/home/ubuntu] action checkout (up to date)
What am I doing wrong?
source share