Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit b7a204a

Browse files
committed
fix smaller documentation issues
1 parent d25cefb commit b7a204a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The system needs access to the internet. Also, you will need an openSUSE Leap 15
1414

1515
| Variable | Default | Description |
1616
| -------- | ------- | ----------- |
17-
| `uyuni_suma_release` | `4.3` | SUSE Manager release to install (*4.1 to 4.3*) |
17+
| `uyuni_suma_release` | `4.3` | SUSE Manager release to install (*4.2 to 4.3*) |
1818
| `uyuni_release` | *empty* | Uyuni release to install (*e.g. `2023.03`*) |
1919
| `uyuni_scc_reg_code` | - | [SUSE Customer Center](https://scc.suse.com) registration code (*received after trial registration or purchase*) |
2020
| `uyuni_scc_mail` | - | SUSE Customer Center mail address |
@@ -58,8 +58,11 @@ The system needs access to the internet. Also, you will need an openSUSE Leap 15
5858

5959
When supplying channels to create in `channels`, ensure passing a list with dicts like this:
6060

61-
```json
62-
[{"name": "centos7", "arch": "x86_64"}, {"name": "centos7-updates", "arch": "x86_64"}]
61+
```yaml
62+
- name: centos7
63+
arch: x86_64
64+
- name: centos7-updates
65+
arch: x86_64
6366
```
6467
6568
For available channels and architectures, see the `spacewalk-common-channels.ini` installed by the `spacewalk-utils` package. There is also [an online version](https://github.com/uyuni-project/uyuni/blob/master/utils/spacewalk-common-channels.ini) on GitHub.

0 commit comments

Comments
 (0)