saltstack-formulas / node-formula

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

Require PPA before installing nodejs #38

Closed chrisportela closed 7 years ago

chrisportela commented 7 years ago

I fixed my salt state by changing the require_in to nodejs.

Otherwise I had times were it would try to install nodejs first and then setup the PPA which obviously was incorrect, but it also wasn't clear why.

aboe76 commented 7 years ago

@0xCMP thanks for finding this fix