[chef] Re: Using remote_file resource within Chef 12 for pulling remote files from shared location to client side.


Chronological Thread 
  • From: Tiago Cruz < >
  • To: " " < >
  • Subject: [chef] Re: Using remote_file resource within Chef 12 for pulling remote files from shared location to client side.
  • Date: Mon, 15 Dec 2014 18:55:48 -0200

Taras,

Here an example working with Chef 12:

header = "blablabla"

http_request "get_package" do
  headers({"Referer" => "#{header}"})
  url "#{current}"
end


On Mon, Dec 15, 2014 at 5:40 PM, < " target="_blank"> > wrote:

Hi guys,

Can you please provide me with the example on how to use headers attribute
within remote_file Chef recipe?

Here what I have and it doesn't seem to work:

remote_file "c:\test_chef.txt" do
source "file:////prodstore/Shares/Engineering/test_chef.txt"
headers({"Cookies" => "user=kasjdhfak; pass=sdkjhf" })
end

What I basically need is to make chef-client (windows platform) to pull data
from Windows shared repository. In order to not save all data on Chef server.

Issue I met is that windows shared repo uses authentication and I need ability
to provide user/pass for getting anything from that source.

If you happene to know how to pull files using Chef resources from Amazon S3
storage as well it would be nice if you vould share that knowledge as well.

Thank you a lot in advance.
Much appreciated.

Regards,
Taras.


--
-- Tiago Cruz




Archive powered by MHonArc 2.6.16.

§