letsencrypt: Depend on the new certbot package

Instead of the transitional package 'letsencrypt'.

I believe, there is no need to rename the entire module to certbo since
letsencrypt is stil a more apt name for the module.  Let's Encrypt is a
strong brand that people know.  The service is still called Let's
Encrypt.  Only the automation tool has been renamed to certbot to avoid
confusion of the service name.
This commit is contained in:
Sunil Mohan Adapa 2016-09-03 11:49:51 +05:30 committed by James Valleroy
parent 65aadef546
commit 57bc8f1db6
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ All notable changes to this project will be documented in this file.
- xmpp: Switched to using ruamel.yaml to modify ejabberd config.
- Exit with error if any of the setup steps fail.
- actions: Hush some unneeded output of systemd.
- letsencrypt: Depend on the new certbot package.
## [0.10.0] - 2016-08-12
### Added

View File

@ -33,7 +33,7 @@ is_essential = True
depends = ['apps', 'names']
managed_packages = ['letsencrypt']
managed_packages = ['certbot']
title = _('Certificates (Let\'s Encrypt)')