From 5b5ad264ad2cf1f700e5a070864cb6fce2735179 Mon Sep 17 00:00:00 2001 From: Robie Basak Date: Tue, 3 Sep 2019 12:08:31 +0100 Subject: [PATCH] Add the content interface to Certbot * Add the content interface to Certbot This commit contains a subset of the changes from 7076a55fd82116d068e2aca7239209b7203917d2. * Normalise slot parameters (cherry picked from commit 810941979bcf609c1e0be18e9263abf046b90e82) --- snap/snapcraft.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3b5d98f2d..07910bf0d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -85,3 +85,9 @@ parts: # After certbot-apache to not rebuild duplicates (essentially sharing what was already staged, # like zope) after: [certbot-apache] + +plugs: + plugin: + interface: content + content: certbot-1 + target: $SNAP/certbot-plugin