1 2 3 4 5 6 7 8 9 10 11 12 13
# # Install snappy # cloud_config: | #cloud-config snappy: system_snappy: auto collect_scripts: snapd: | #!/bin/bash dpkg -s snapd # vi: ts=4 expandtab