Skip to content

Commit

Permalink
FreeBSD dns plugin packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nod0n committed Jan 3, 2022
1 parent 61ffd8d commit a709952
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/FreeBSD-family.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
letsencrypt::package_name: 'py38-certbot'
letsencrypt::config_dir: '/usr/local/etc/letsencrypt'
letsencrypt::cron_owner_group: 'wheel'
letsencrypt::plugin::dns_rfc2136::package_name: 'py38-certbot-dns-rfc2136'
letsencrypt::plugin::dns_route53::package_name: 'py38-certbot-dns-route53'
2 changes: 2 additions & 0 deletions spec/classes/plugin/dns_rfc2136_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class { 'letsencrypt':
'python3-certbot-dns-rfc2136'
when 'RedHat-7', 'CentOS-7'
'python2-certbot-dns-rfc2136'
when 'FreeBSD-12', 'FreeBSD-13'
'py38-certbot-dns-rfc2136'
end
end

Expand Down
2 changes: 2 additions & 0 deletions spec/classes/plugin/dns_route53_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class { 'letsencrypt':
'python3-certbot-dns-route53'
when 'RedHat-7', 'CentOS-7'
'python2-certbot-dns-route53'
when 'FreeBSD-12', 'FreeBSD-13'
'py38-certbot-dns-route53'
end
end

Expand Down

0 comments on commit a709952

Please sign in to comment.