APT pipelining - cloud-init 25.1.2 documentation (original) (raw)
Toggle table of contents sidebar
For a full list of keys, refer to theAPT pipelining module schema.
Example 1¶
This example disables pipelining.
1#cloud-config 2apt_pipelining: false
Example 2¶
This setting is the default – uses the default for the distribution.
1#cloud-config 2apt_pipelining: os
Example 3¶
Manually specify a pipeline depth of three. This method is not recommended.
1#cloud-config 2apt_pipelining: 3