Ubuntu Pastebin

Paste from kyrofa at Wed, 3 Aug 2016 14:05:23 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
parts:
  # Use the python build
  python-part:
    plugin: python3
    source: https://github.com/foo/bar

  # Copy the config from the same source
  config:
    plugin: copy
    source: https://github.com/foo/bar
    files:
      my-config-file: config/
Download as text