1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# # Provide a configuration for APT # cloud_config: | #cloud-config apt: conf: | APT { Get { Assume-Yes "true"; Fix-Broken "true"; } } collect_scripts: 94cloud-init-config: | #!/bin/bash cat /etc/apt/apt.conf.d/94cloud-init-config # vi: ts=4 expandtab