APT pipelining

For a full list of keys, refer to the APT 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