Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cookbook_file "local_file.sh" do
  owner "root"
  group "root"
  mode "0755"
  path "/tmp/install_agent_v2.sh"
end

execute "install Cloudamize Agent" do
  environment { "CLOUDAMIZE_CUSTOMER_KEY" => node[:cloudamize][:customer_key] }
  command "/tmp/install_agent_v2.sh"
  creates "/usr/local/cloudamize"
end

Note: The Mass Agent Deployment Scripts are sample scripts created by Cloudamize and they may or may not work in the customer environment. The working of the scripts will depend on the customer environment configuration on which the Mass deployment is being used. Also please note that Cloudamize does not offer any support for the Mass Deployment option, since the software or the services used for Mass Deployment are not products of Cloudamize.