From b335e040088adc40afdb18eb5086641994d2cca7 Mon Sep 17 00:00:00 2001 From: Ted Behling Date: Mon, 20 Jun 2022 09:04:02 -0400 Subject: [PATCH] Update example license_path to match docs (#13374) --- .release/linux/package/etc/nomad.d/nomad.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release/linux/package/etc/nomad.d/nomad.hcl b/.release/linux/package/etc/nomad.d/nomad.hcl index 8b3204e96..74656e427 100644 --- a/.release/linux/package/etc/nomad.d/nomad.hcl +++ b/.release/linux/package/etc/nomad.d/nomad.hcl @@ -5,7 +5,7 @@ bind_addr = "0.0.0.0" server { # license_path is required as of Nomad v1.1.1+ - #license_path = "/etc/nomad.d/nomad.hcl" + #license_path = "/opt/nomad/license.hclic" enabled = true bootstrap_expect = 1 }