saltstack-formulas / node-formula

Manage node.js with SaltStack
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
26 stars 104 forks source link

Allow package pinning when using package repo #28

Closed johnkeates closed 8 years ago

johnkeates commented 8 years ago

I added the option to use the specified version from the pillar to install instead of just installing once and never doing anything about it again. If you leave version out of your pillar, the old behaviour is still used as it's put in a nice if block.

gravyboat commented 8 years ago

Good stuff, thanks!