Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ark failing on vagrant #43

Open
jeffastorey opened this issue Nov 25, 2013 · 0 comments
Open

Ark failing on vagrant #43

jeffastorey opened this issue Nov 25, 2013 · 0 comments

Comments

@jeffastorey
Copy link

I'm downloading a file using ark and then trying to extract it to "/". When running this in vagrant, I get an error saying the file doesn't exist when ark tries to unpack it (the file clearly exists). I'm guessing it's a permissions error, but I'm not sure how to work around this. My ark block looks like:

ark "my-ark-task" do
url "url-to-my-file"
path "/"
strip_leading_dir false
action :put
end

When the file is downloaded by ark, it has rw permissions for owner only, and the owner is root. Root also has access to write to "/", so I'm not sure why this error is being thrown.

I'm using Ubuntu with Chef 11.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant