Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | parameters: |
| 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 |