[DRE-commits] [gitlab] 02/02: make ssl and letsencrypt false by default

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Feb 9 10:48:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository gitlab.

commit 8e2adcb028018c628e9551f2cc4a44f761fe750c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Feb 9 16:17:52 2016 +0530

    make ssl and letsencrypt false by default
---
 debian/gitlab.templates | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/gitlab.templates b/debian/gitlab.templates
index 4a85870..8853d36 100644
--- a/debian/gitlab.templates
+++ b/debian/gitlab.templates
@@ -13,7 +13,7 @@ _Description: Fully qualified domain name for this instance of Gitlab:
 
 Template: gitlab/ssl
 Type: boolean
-Default: true
+Default: false
 _Description: Enable https?
  Enabling https means that an SSL certificate is required to access this Gitlab
  instance (as Nginx will be configured to respond only to https requests). A
@@ -29,7 +29,7 @@ _Description: Enable https?
 
 Template: gitlab/letsencrypt
 Type: boolean
-Default: true
+Default: false
 _Description: Use Let's Encrypt?
  Symbolic links to certificate and key created using letsencrypt package
  (/etc/letencrypt/live) will be added to /etc/gitlab/ssl if this option is

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git



More information about the Pkg-ruby-extras-commits mailing list