blob: b4137bd48ca4034681201ac0b1ea9529856e18de [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
2 linux:
3 system:
4 repo:
5 ubuntu:
6 source: "deb http://archive.ubuntu.com/ubuntu/ ${_param:linux_system_codename} main restricted universe"
7 architectures: amd64
8 default: true
9 key_id: 437D05B5
10 key_server: keyserver.ubuntu.com
11 ubuntu_updates:
12 source: "deb http://archive.ubuntu.com/ubuntu/ ${_param:linux_system_codename}-updates main restricted universe"
13 architectures: amd64
14 default: true
15 key_id: 437D05B5
16 key_server: keyserver.ubuntu.com
17 ubuntu_security:
18 source: "deb http://archive.ubuntu.com/ubuntu/ ${_param:linux_system_codename}-security main restricted universe"
19 architectures: amd64
20 default: true
21 key_id: 437D05B5
22 key_server: keyserver.ubuntu.com