covermymeds / puppet-sentry

Install and manage Sentry with Puppet!
MIT License
7 stars 7 forks source link

Added support for sentry extension installation #17

Closed nchowning closed 8 years ago

nchowning commented 8 years ago

Added some basic support for arbitrary extension installation. This will allow extensions to be added during sentry installation or post-installation.

nchowning commented 8 years ago

Since $extensions is only being used in install.pp, I put the validation in there. Eventually it would probably be worthwhile to typecast the parameters being passed around.

skpy commented 8 years ago

:+1: