Skip to content

Commit

Permalink
Don't enable the httpd patch automatically when using the acme patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Jul 20, 2024
1 parent 56fd896 commit cfecc51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openbsd
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,6 @@ class Rlib:
aliases.add(tld_pattern.sub("." + tld, a))

return [
self.httpd(fqdn=fqdn),
self.acme_client(fqdn=fqdn, aliases=aliases, staging=d.get("staging")),
self.acme_service(fqdn=fqdn),
]
Expand Down

0 comments on commit cfecc51

Please sign in to comment.