example42 / puppet-php

A puppet module for php. According to Example42 NextGen spec.
Other
45 stars 62 forks source link

Feature - Package install options #81

Closed Rican7 closed 9 years ago

Rican7 commented 9 years ago

This PR introduces a new install_options parameter to the classes and definitions that use the OS package manager, to support advanced package manager options without having to circumvent the puppet-php module.

The install_options package class parameter was added in Puppet 3.6 and allows a very convenient advanced package manager option passing mechanism.

Examples of use cases for this feature:

alvagante commented 9 years ago

Thank you

Rican7 commented 9 years ago

Awesome! Thanks for the merge!