mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
The variables definitions for Enos upgrade scenarios have a couple of unused variables and some of the documentation strings are ambiguous: * `nomad_region` and `binary_local_path` variables are unused and can be removed. * `nomad_local_binary` refers to the directory where the binaries will be download, not the binaries themselves. Rename to make it clear this belongs to the artifactory fetch and not the provisioning step (which uses the artifactory fetch outputs).