From 6da7ecfa9f001f3a51a1bb183c782821934dec0c Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 11 Feb 2020 22:36:45 +0100 Subject: [PATCH] Move ccnet.conf to ccnet.conf.tpl --- consul/configuration/.gitignore | 1 - .../configuration/seafile/conf/{ccnet.conf => ccnet.conf.tpl} | 0 nomad/seafile.hcl | 2 +- 3 files changed, 1 insertion(+), 2 deletions(-) rename consul/configuration/seafile/conf/{ccnet.conf => ccnet.conf.tpl} (100%) diff --git a/consul/configuration/.gitignore b/consul/configuration/.gitignore index d54ae44..8c55cc6 100644 --- a/consul/configuration/.gitignore +++ b/consul/configuration/.gitignore @@ -10,7 +10,6 @@ # Whitelist specific files !seafile/conf/seafdav.conf -!seafile/conf/ccnet.conf !seafile/ccnet/seafile.ini !email/dkim/keytable diff --git a/consul/configuration/seafile/conf/ccnet.conf b/consul/configuration/seafile/conf/ccnet.conf.tpl similarity index 100% rename from consul/configuration/seafile/conf/ccnet.conf rename to consul/configuration/seafile/conf/ccnet.conf.tpl diff --git a/nomad/seafile.hcl b/nomad/seafile.hcl index 1ffd1a1..dc076c6 100644 --- a/nomad/seafile.hcl +++ b/nomad/seafile.hcl @@ -112,7 +112,7 @@ job "seafile" { } artifact { - source = "http://127.0.0.1:8500/v1/kv/configuration/seafile/conf/ccnet.conf?raw" + source = "http://127.0.0.1:8500/v1/kv/configuration/seafile/conf/ccnet.conf.tpl?raw" destination = "secrets/conf/ccnet.conf.tpl" mode = "file" }