Skip to content

Instantly share code, notes, and snippets.

@webframp
Created March 11, 2012 18:28
Show Gist options
  • Save webframp/2017561 to your computer and use it in GitHub Desktop.
Save webframp/2017561 to your computer and use it in GitHub Desktop.
package "collectd" do
package_name value_for_platform( ["centos", "redhat", "suse", "fedora"] => {
"default" => "collectd" },
["ubuntu", "debian"] => {
"default" => "collectd-core" } )
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment