Skip to content

Instantly share code, notes, and snippets.

@travisdmathis
Created October 2, 2012 11:28
Show Gist options
  • Select an option

  • Save travisdmathis/3818323 to your computer and use it in GitHub Desktop.

Select an option

Save travisdmathis/3818323 to your computer and use it in GitHub Desktop.
%w{ fping build-essential libcurl3 libiksemel-dev libiksemel3 libsnmp-dev libiksemel-utils libcurl4-openssl-dev }.each do |pck|
package "#{pck}" do
action :install
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment