Skip to content

Instantly share code, notes, and snippets.

@adamhjk
Created July 28, 2011 17:31
Show Gist options
  • Save adamhjk/1112051 to your computer and use it in GitHub Desktop.
Save adamhjk/1112051 to your computer and use it in GitHub Desktop.
describe a new platform in your config file
require 'chef/platform'
redhat_providers = Chef::Platform.platforms[:redhat][:default]
Chef::Platform.platforms[:cloudlinux] = { :default => redhat_providers }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment