Commit b41f2565 authored by Jérome Perrin's avatar Jérome Perrin

erp5: remove font-url-list parameter from cloudooo

parent a1ca3b01
...@@ -8,14 +8,6 @@ ...@@ -8,14 +8,6 @@
}, { }, {
"description": "Start allocating ports at this value, going upward" "description": "Start allocating ports at this value, going upward"
}] }]
},
"font-url-list": {
"description": "List of URLs from which fonts are to be downloaded",
"default": [],
"items": {
"type": "string"
},
"type": "array"
} }
} }
} }
...@@ -177,7 +177,7 @@ md5sum = 763db0c4a94649296e74fe1f53c03940 ...@@ -177,7 +177,7 @@ md5sum = 763db0c4a94649296e74fe1f53c03940
[template-cloudooo] [template-cloudooo]
<= download-base <= download-base
filename = instance-cloudoo.cfg.in filename = instance-cloudoo.cfg.in
md5sum = 1b515056c5892a86d4ece252ad114a97 md5sum = 1eedc7ee93ac7c95e1c7d50a36ef2b01
[template-zope-conf] [template-zope-conf]
<= download-base <= download-base
...@@ -616,7 +616,6 @@ eggs += ...@@ -616,7 +616,6 @@ eggs +=
scripts += scripts +=
is-local-tcp-port-opened is-local-tcp-port-opened
is-process-older-than-dependency-set is-process-older-than-dependency-set
onetimedownload
zodbpack zodbpack
[versions] [versions]
......
...@@ -50,10 +50,7 @@ recipe = slapos.cookbook:fontconfig ...@@ -50,10 +50,7 @@ recipe = slapos.cookbook:fontconfig
conf-path = ${directory:etc}/font.conf conf-path = ${directory:etc}/font.conf
font-system-folder = {{ parameter_dict['fonts'] }} font-system-folder = {{ parameter_dict['fonts'] }}
font-folder = ${directory:font} font-folder = ${directory:font}
{# XXX: violates "instanciation happens offline" rule -#}
url-list = {{ dumps(slapparameter_dict.get('font-url-list', []) | join(' ')) }}
service-folder = ${directory:service} service-folder = ${directory:service}
onetimedownload_path = {{ bin_directory }}/onetimedownload
[resiliency-exclude-file] [resiliency-exclude-file]
# Generate rdiff exclude file in case of resiliency # Generate rdiff exclude file in case of resiliency
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment