Created
January 26, 2011 16:31
-
-
Save gondoi/796955 to your computer and use it in GitHub Desktop.
install repo then package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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