Skip to content

Instantly share code, notes, and snippets.

@mdkent
Created December 8, 2011 00:17
Show Gist options
  • Save mdkent/1445458 to your computer and use it in GitHub Desktop.
Save mdkent/1445458 to your computer and use it in GitHub Desktop.
# don't bother if this is a xen guest, we get sync'd from dom0
v = node[:virtualization]
if v[:role] == "guest" and (v[:system] == "xen")
package "ntp" do
action :remove
end
return
end
package "ntp" do
action :install
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment