1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# # Set apt pipelining value to OS # required_features: - apt cloud_config: | #cloud-config apt: apt_pipelining: os collect_scripts: 90cloud-init-pipelining: | #!/bin/bash cat /etc/apt/apt.conf.d/90cloud-init-pipelining # vi: ts=4 expandtab