From cb368a1445cf57c53378f8482655c1b9a3ba0058 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sat, 19 Jun 2021 19:54:13 +0900 Subject: [PATCH] Deploy `/etc/nomad.d/acl.hcl`. --- cookbooks/nomad/files/etc/nomad.d/acl.hcl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cookbooks/nomad/files/etc/nomad.d/acl.hcl diff --git a/cookbooks/nomad/files/etc/nomad.d/acl.hcl b/cookbooks/nomad/files/etc/nomad.d/acl.hcl new file mode 100644 index 0000000..f88f1d2 --- /dev/null +++ b/cookbooks/nomad/files/etc/nomad.d/acl.hcl @@ -0,0 +1,3 @@ +acl { + enabled = true +}