1fe66e91d0
Now that we support YAML, it's a gotcha/eyesore that some of our options use underscores rather than dashes. Let's be nice and switch those few options over, while of course still supporting the previous name. Co-authored-by: Colin Walters <walters@verbum.org> Closes: #1749 Approved by: cgwalters
16 lines
430 B
JSON
16 lines
430 B
JSON
{
|
|
"ref": "fedora-atomic/rawhide/x86_64/base/core",
|
|
|
|
"gpg-key": "<SET KEY ID FOR GPG>",
|
|
|
|
"repos": ["fedora-rawhide"],
|
|
|
|
"selinux": true,
|
|
|
|
"packages": ["kernel", "ostree", "lvm2",
|
|
"btrfs-progs", "e2fsprogs", "xfsprogs",
|
|
"gnupg2", "selinux-policy-targeted",
|
|
"openssh-server", "openssh-clients",
|
|
"NetworkManager", "vim-minimal", "nano", "sudo"]
|
|
}
|