From: Alfredo Deza Date: Wed, 29 Jun 2016 20:23:43 +0000 (-0400) Subject: [RM-16533] install: define gpgcheck always X-Git-Tag: v1.5.35~6^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F409%2Fhead;p=ceph-deploy.git [RM-16533] install: define gpgcheck always Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index 66ffe7d..f245497 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -85,8 +85,7 @@ def install(args): if args.repo: return install_repo(args) - if args.nogpgcheck: - gpgcheck = 0 + gpgcheck = 0 if args.nogpgcheck else 1 if args.version_kind == 'stable': version = args.release