1
0
mirror of https://github.com/rancher/os.git synced 2025-07-04 18:46:15 +00:00

fix services repo URL for architectures other than default (amd64)

This commit is contained in:
Ivan Mikushin 2016-03-07 14:04:05 -08:00
parent 0bab70e84e
commit a557961c65

View File

@ -66,7 +66,7 @@ rancher:
nameservers: [8.8.8.8, 8.8.4.4] nameservers: [8.8.8.8, 8.8.4.4]
repositories: repositories:
core: core:
url: {{.OS_SERVICES_REPO}}/{{.VERSION}} url: {{.OS_SERVICES_REPO}}/{{.VERSION}}{{.SUFFIX}}
state: state:
fstype: auto fstype: auto
dev: LABEL=RANCHER_STATE dev: LABEL=RANCHER_STATE