saltstack-formulas / maven-formula

A minimalistic way to install just the maven distribution without any dependencies
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
4 stars 10 forks source link

Arch: alternatives system unsupported. #23

Closed noelmcloughlin closed 6 years ago

noelmcloughlin commented 7 years ago

There is no update-alternatives solution in Archlinux. Isolating these alternatives.states into a separate alternatives.sls and updating the README is probably easiest solution.

------------
[DEBUG   ] Could not LazyLoad alternatives.install: 'alternatives' __virtual__ returned False
[INFO    ] Running state [maven-home] at time 17:46:55.580004
[DEBUG   ] LazyLoaded alternatives.install
[ERROR   ] State 'alternatives.install' was not found in SLS 'maven.env'
Reason: 'alternatives' __virtual__ returned False
noelmcloughlin commented 6 years ago

I'm thinking of splitting alternatives away from env.sls into a new optional state and disabling alternatives by default (don't force).

noelmcloughlin commented 6 years ago

Resolved by #27