summaryrefslogtreecommitdiff
path: root/tests/cloud_tests/configs/modules/apt_pipelining_os.yaml
blob: 87d183e7c4abd56066d1a0267916f11734c11433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Set apt pipelining value to OS
#
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