From a557961c65b93c7553642ff844b79950ee91b477 Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Mon, 7 Mar 2016 14:04:05 -0800 Subject: [PATCH] fix services repo URL for architectures other than default (amd64) --- os-config.tpl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os-config.tpl.yml b/os-config.tpl.yml index 1eaea44c..54438df3 100644 --- a/os-config.tpl.yml +++ b/os-config.tpl.yml @@ -66,7 +66,7 @@ rancher: nameservers: [8.8.8.8, 8.8.4.4] repositories: core: - url: {{.OS_SERVICES_REPO}}/{{.VERSION}} + url: {{.OS_SERVICES_REPO}}/{{.VERSION}}{{.SUFFIX}} state: fstype: auto dev: LABEL=RANCHER_STATE