From 7df48653d7816ebb5c7dd5de5f9189ddde41bb4c Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sat, 28 Jan 2023 22:20:12 +0900 Subject: [PATCH] Delete `guacamole.conf`. --- consul-template.d/conf/guacamole.conf | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 consul-template.d/conf/guacamole.conf diff --git a/consul-template.d/conf/guacamole.conf b/consul-template.d/conf/guacamole.conf deleted file mode 100644 index a456627..0000000 --- a/consul-template.d/conf/guacamole.conf +++ /dev/null @@ -1,15 +0,0 @@ -consul { - address = "localhost:8500" - - retry { - enabled = true - attempts = 12 - backoff = "250ms" - } -} -template { - source = "/etc/consul-template.d/templates/guacamole.tmpl" - destination = "/etc/nginx/sites-enabled/guacamole" - perms = 0660 - command = "systemctl reload nginx" -}