Skip to content
Snippets Groups Projects
Commit e34a7480 authored by Chef Projet Prodige's avatar Chef Projet Prodige
Browse files

remove imports for editables_parameters.yml

parent 288db7a3
No related branches found
No related tags found
No related merge requests found
...@@ -718,8 +718,8 @@ cp ${SCRIPTDIR}/dist/logo-client.png /home/sites/ ...@@ -718,8 +718,8 @@ cp ${SCRIPTDIR}/dist/logo-client.png /home/sites/
sed ' sed '
/cas_proxy_chain/ s/telecarto)-)/telecarto)/ /cas_proxy_chain/ s/telecarto)-)/telecarto)/
/cas_proxy_chain/ s/(www/www/' ${SCRIPTDIR}/dist/editables_parameters.yml > /home/sites/editables_parameters.yml /cas_proxy_chain/ s/(www/www/' ${SCRIPTDIR}/dist/editables_parameters.yml > /home/sites/editables_parameters.yml
sed '/\.DNS/ s/\.\"$/\"/ # sed '/\.DNS/ s/\.\"$/\"/
s/CAS.PORT.*$/CAS.PORT : 443/' ${SCRIPTDIR}/dist/dns_config_prod.yml > /home/sites/dns_config.yml # s/CAS.PORT.*$/CAS.PORT : 443/' ${SCRIPTDIR}/dist/dns_config_prod.yml > /home/sites/dns_config.yml
cd /home/sites cd /home/sites
for conffile in \ for conffile in \
editables_parameters.yml \ editables_parameters.yml \
...@@ -743,6 +743,8 @@ s/#PHPCLI_DEFAULT_PWD#/${PHPCLI_DEFAULT_PWD}/g ...@@ -743,6 +743,8 @@ s/#PHPCLI_DEFAULT_PWD#/${PHPCLI_DEFAULT_PWD}/g
s/#LDAP_PWD#/$LDAP_PWD/g s/#LDAP_PWD#/$LDAP_PWD/g
s/#PATH_CACERT_PEM#/\/etc\/apache2\/ssl-cert\/CA_intermediate.pem/g" $conffile s/#PATH_CACERT_PEM#/\/etc\/apache2\/ssl-cert\/CA_intermediate.pem/g" $conffile
done done
sed -i -f ${SCRIPTDIR}/files/vars /home/sites/editables_parameters.yml
sed -i "s/%MAIN_DNS%/$DNS_SUFFIX/g" /home/sites/editables_parameters.yml
sed -i "s/dns_url_prefix_sep.*$/dns_url_prefix_sep: \"$DNS_PREFIX_SEP\"/" /home/sites/prodigeadmincarto/carmenwsback/app/config/parameters.yml sed -i "s/dns_url_prefix_sep.*$/dns_url_prefix_sep: \"$DNS_PREFIX_SEP\"/" /home/sites/prodigeadmincarto/carmenwsback/app/config/parameters.yml
echo echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment