Skip to content

Instantly share code, notes, and snippets.

@gondoi
Created January 26, 2011 16:31
Show Gist options
  • Save gondoi/796955 to your computer and use it in GitHub Desktop.
Save gondoi/796955 to your computer and use it in GitHub Desktop.
install repo then package
execute "yum check-update" do
action :nothing
end
template "/etc/yum.repos.d/cloudkick.repo" do
mode "0644"
source "cloudkick.repo.erb"
notifies :run, resources(:execute => "yum check-update"), :immediately
end
package "cloudkick-agent"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment