nhuff / chef-augeas

chef augeas provider
Apache License 2.0
12 stars 0 forks source link

Debian / Ubuntu compatibility #2

Closed PierreRambaud closed 10 years ago

PierreRambaud commented 10 years ago

Hi again, If you want to install gems on Debian platform you can do something like this:

%w(libaugeas-dev libaugeas-ruby1.9.1 ruby1.9.1-dev libxml2-dev pkg-config).each do |name|
  package name do
    action :nothing
  end.run_action(:install)
end

chef_gem 'ruby-augeas' do
  action :install
end

Regards

PierreRambaud commented 10 years ago

Duplicate #3