Icinga / chef-icinga2

Icinga 2 Chef Cookbook
https://supermarket.chef.io/cookbooks/icinga2
Apache License 2.0
41 stars 55 forks source link

Fix: Pass array to the `package` provider #294

Closed schredder closed 7 years ago

schredder commented 7 years ago

The generic package provider supports passing an array of packages, and the implementing providers can use the array to install all packages in one transaction, speeding up installation.

I included the postfix unless to preserve the behavior of declaring nothing when os_packages is an empty array.

I also updated the versions installed to match what the icinga2 repo is serving. This includes updating the version suffix for RHEL 7 and related - which seems to have changed.