Skip to content

Instantly share code, notes, and snippets.

@spheromak
Created January 18, 2011 19:52
Show Gist options
  • Save spheromak/785023 to your computer and use it in GitHub Desktop.
Save spheromak/785023 to your computer and use it in GitHub Desktop.
Chef::Platform.platforms[:xenserver] = {
:default => {
:service => Chef::Provider::Service::Redhat,
:cron => Chef::Provider::Cron,
:package => Chef::Provider::Package::Yum,
:mdadm => Chef::Provider::Mdadm
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment