Skip to content

Instantly share code, notes, and snippets.

@manuelfelipe
Created February 10, 2015 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manuelfelipe/de82b627c62e5e601f09 to your computer and use it in GitHub Desktop.
Save manuelfelipe/de82b627c62e5e601f09 to your computer and use it in GitHub Desktop.
remote_directory "/tmp/config_folder" do
owner "root"
group "root"
mode "0644"
source "s3://my_bucket/folder/structure/"
provider Chef::Provider::RemoteS3Directory
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment