diff --git a/templates/nomad_jobs/backup_fs.hcl b/templates/nomad_jobs/backup_local_filesystems.hcl similarity index 100% rename from templates/nomad_jobs/backup_fs.hcl rename to templates/nomad_jobs/backup_local_filesystems.hcl diff --git a/templates/nomad_jobs/headless_chrome.hcl b/templates/nomad_jobs/headless-chrome.hcl similarity index 100% rename from templates/nomad_jobs/headless_chrome.hcl rename to templates/nomad_jobs/headless-chrome.hcl diff --git a/templates/nomad_jobs/syncthing.hcl b/templates/nomad_jobs/syncthing.hcl index 761b275..af56864 100644 --- a/templates/nomad_jobs/syncthing.hcl +++ b/templates/nomad_jobs/syncthing.hcl @@ -3,11 +3,11 @@ job "syncthing" { datacenters = ["{{ datacenter_name }}"] type = "service" - // constraint { - // attribute = "${node.unique.name}" - // operator = "regexp" - // value = "rpi(1|2|3)" - // } + constraint { + attribute = "${node.unique.name}" + operator = "regexp" + value = "rpi" + } update { max_parallel = 1