Skip to content

Commit

Permalink
feat(package): update default to py3
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbertoli committed Jul 23, 2020
1 parent 1fc79b8 commit 4c93c11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion letsencrypt/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
letsencrypt:
use_package: true
pkgs:
- python-certbot-apache
- python3-certbot-apache
service: certbot.timer
# Only used for the git install method (use_package: false)
cli_install_dir: /opt/letsencrypt
Expand Down
2 changes: 0 additions & 2 deletions letsencrypt/osfamilymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
# vim: ft=yaml
---
RedHat:
pkgs:
- python2-certbot-apache
service: certbot-renew.timer
6 changes: 3 additions & 3 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ letsencrypt:
email: webmaster@example.com
authenticator: webroot
webroot-path: /var/lib/www
agree-tos: True
keep-until-expiring: True
expand: True
agree-tos: true
keep-until-expiring: true
expand: true
# For backward compatibility, config can be passed as a string
# (although it's discouraged, as this format might be dropped in a future
# release)
Expand Down

0 comments on commit 4c93c11

Please sign in to comment.