Skip to content

Instantly share code, notes, and snippets.

@spheromak
Created August 11, 2011 19:03
Show Gist options
  • Save spheromak/1140455 to your computer and use it in GitHub Desktop.
Save spheromak/1140455 to your computer and use it in GitHub Desktop.
fake a platform in a recipe
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