1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# # Install snappy # required_features: - snap cloud_config: | #cloud-config package_update: true snap: squashfuse_in_container: true commands: - snap install hello-world collect_scripts: snaplist: | #!/bin/bash snap list # vi: ts=4 expandtab