jsiebens / hashi-up

bootstrap HashiCorp Consul, Nomad, or Vault over SSH < 1 minute
MIT License
676 stars 54 forks source link

Non-optional yum update before installation #7

Closed tcassaert closed 3 years ago

tcassaert commented 3 years ago

Is there a specific reason to always do a yum update before installing anything?

I would like that to be at least optional, or even not included and leave that up to the user.

jsiebens commented 3 years ago

Agreed, it should be at least optional. When testing, I noticed that for a fresh installation of some distributions it was required, but in most cases it isn't.

tcassaert commented 3 years ago

Thanks!