Closed chrisportela closed 7 years ago
I fixed my salt state by changing the require_in to nodejs.
require_in
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.
@0xCMP thanks for finding this fix
I fixed my salt state by changing the
require_in
tonodejs
.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.