Skip to content

Commit

Permalink
Fixing error where git resource errors without an empty dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
nstielau committed Sep 27, 2012
1 parent 4588c1a commit a91daaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/default.rb
Expand Up @@ -6,6 +6,10 @@
package "git-core"
package "python-setuptools"

directory "#{node[:s3cmd][:install_prefix_root]}/share/s3cmd" do
action :create
end

git "#{node[:s3cmd][:install_prefix_root]}/share/s3cmd" do
repository "git://github.com/s3tools/s3cmd.git"
reference node[:s3cmd][:version]
Expand Down

0 comments on commit a91daaa

Please sign in to comment.