formatting changes
This commit is contained in:
parent
39a2bfd88a
commit
1463b74c07
1 changed files with 11 additions and 10 deletions
3
debian/postinst
vendored
3
debian/postinst
vendored
|
@ -104,7 +104,6 @@ EOF
|
|||
sed -i \
|
||||
"s/gitlab_url: http*:\/\/.*/gitlab_url: ${gl_proto}:\/\/${GITLAB_HOST}/"\
|
||||
${gitlab_shell_root}/config.yml
|
||||
|
||||
fi
|
||||
mkdir -p /etc/gitlab/ssl
|
||||
if [ -f "${nginx_ssl_conf_example_gz}" ]; then
|
||||
|
@ -142,9 +141,11 @@ EOF
|
|||
fi
|
||||
fi
|
||||
|
||||
# Manage gitlab.yml via ucf
|
||||
echo "Registering ${gitlab_yml} via ucf"
|
||||
ucf --debconf-ok --three-way ${gitlab_yml_private} ${gitlab_yml}
|
||||
ucfr gitlab ${gitlab_yml}
|
||||
|
||||
# Manage gitlab-debian.conf via ucf
|
||||
echo "Registering ${gitlab_debian_conf} via ucf"
|
||||
ucf --debconf-ok --three-way ${gitlab_debian_conf_private} ${gitlab_debian_conf}
|
||||
|
|
Loading…
Add table
Reference in a new issue