Skip to content

Instantly share code, notes, and snippets.

@hugespoon
Created May 7, 2013 14:19
Show Gist options
  • Save hugespoon/5532907 to your computer and use it in GitHub Desktop.
Save hugespoon/5532907 to your computer and use it in GitHub Desktop.
case node['platform_family']
when "rhel"
if node['platform_version'].to_i >= 6 then
puts node['platform_version']
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment