mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
trying to figure out the consumer syntax
This commit is contained in:
parent
a108b3e1b0
commit
0fcc8fa616
1 changed files with 7 additions and 5 deletions
|
|
@ -28,10 +28,12 @@ slots:
|
|||
read:
|
||||
- $SNAP/lib/python3.8/site-packages
|
||||
|
||||
plugs:
|
||||
certbot-version:
|
||||
interface: content
|
||||
content: version-1
|
||||
target: $SNAP/certbot-version
|
||||
|
||||
hooks:
|
||||
post-refresh:
|
||||
plugs:
|
||||
certbot-version:
|
||||
interface: content
|
||||
content: version-1
|
||||
target: $SNAP/certbot-version
|
||||
plugs: [content, certbot-version]
|
||||
Loading…
Reference in a new issue