puppetlabs-stdlib/lib/puppet
Yanis Guenane d9b5e912bb (MODULES-603) Add defaults arguments to ensure_packages()
Without this patch one can not specify package resource specific
parameters. All the ensure_packages() function does it makes sure
the named packages are installed. This patch allows one to pass
default as a second argument and allow greater flexibility on
packages installations.

Use case like the following are now possible :
  * ensure_packages(['r10k', 'serverspec'], {'provider' => 'gem'})
  * ensure_packages(['ntp'], {'require' => 'Exec[foobar]'})
2014-03-30 18:47:36 -04:00
..
parser/functions (MODULES-603) Add defaults arguments to ensure_packages() 2014-03-30 18:47:36 -04:00
provider/file_line (maint) Improve the tests and readability of file_line 2013-08-29 16:27:27 -07:00
type Update file_line resource to support 'after'. 2013-08-29 15:07:29 -07:00