← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~alexsander-souza/maas:lp1996935_missing_files_in_snap into maas:master

 

Alexsander de Souza has proposed merging ~alexsander-souza/maas:lp1996935_missing_files_in_snap into maas:master.

Commit message:
copy /usr/share/maas to snap

fixes LP#1996935

Requested reviews:
  MAAS Maintainers (maas-maintainers)
Related bugs:
  Bug #1996935 in MAAS: "agent.yaml.example is missing when maas is installed via snap"
  https://bugs.launchpad.net/maas/+bug/1996935

For more details, see:
https://code.launchpad.net/~alexsander-souza/maas/+git/maas/+merge/433222
-- 
Your team MAAS Maintainers is requested to review the proposed merge of ~alexsander-souza/maas:lp1996935_missing_files_in_snap into maas:master.
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 3775a3f..e410827 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -193,6 +193,7 @@ parts:
       - usr/share/dns
       - usr/share/ieee-data
       - usr/share/keyrings
+      - usr/share/maas
       - usr/share/nginx
       - usr/share/squid*
       - var/lib/ieee-data

Follow ups