Class | Chef::Mixin::Language::PlatformFamilyDependentValue |
In: |
lib/chef/mixin/language.rb
|
Parent: | Object |
Implementation class for determining platform family dependent values
Create a platform family dependent value object.
platform_family_hash (Hash) a map of platform families to values. like this:
{ :rhel => "value for all EL variants" :fedora => "value for fedora variants fedora and amazon" , [:fedora, :rhel] => "value for all known redhat variants" :debian => "value for debian variants including debian, ubuntu, mint" , :default => "the default when nothing else matches" }