open-nomad/nomad/structs/config
Michael Schurter a4e2463477 Fix consul.verify_ssl
Was getting ignored and would have defaulted to false if it wasn't
ignored.

Now defaults to true as per docs and isn't ignored.
2017-05-15 15:32:32 -07:00
..
README.md Create a `nomad/structs/config` to break an import cycle. 2016-06-10 15:48:36 -04:00
consul.go Fix consul.verify_ssl 2017-05-15 15:32:32 -07:00
tls.go reduce to one configuration option 2017-04-28 10:45:09 +01:00
vault.go Check capabilities, allow creation against role 2017-01-19 13:40:32 -08:00
vault_test.go Add role to merge test 2017-02-01 16:37:08 -08:00

README.md

Overview

nomad/structs/config is a package for configuration structs that are shared among packages that needs the same struct definitions, but can't import each other without creating a cyle. This config package must be terminal in the import graph (or very close to terminal in the dependency graph).