summaryrefslogtreecommitdiff
path: root/tests/cloud_tests/configs/modules/apt_pipelining_os.yaml
blob: cbed3ba3f9f4ba11c9095355ba12b2a9e8f1ad4c (plain)
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