[chef-dev] file deploy resource


Chronological Thread 
  • From: Jesse Campbell < >
  • To: Chef Dev < >
  • Subject: [chef-dev] file deploy resource
  • Date: Mon, 25 Feb 2013 07:26:30 -0500

In this commit https://github.com/jcam/chef/commit/a7f5599c669c840c98945a97d3d00644da00d30a I added a remote file deploy, which allows using the deploy resource like this:

deploy_revision "/tmp/hdocs" do
  repo "https://www.google.com/images/srpr/logo3w.png"
  revision "a123b456c789"
  scm_provider Chef::Provider::RemoteFile::Deploy
  symlink_before_migrate Hash.new
  migrate false
end

Does this belong as remote_file/deploy.rb, or as deploy/remote_file.rb, or should this be inside a recipe? This would replace the current java_remote_file in the application_java cookbook.



Archive powered by MHonArc 2.6.16.

§