rpm-ostree/api-doc/treefile-examples/fedora-rawhide-base.json
Jonathan Lebon 1fe66e91d0 rust/treefile: Support dash convention for all options
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
2019-03-02 19:20:21 +00:00

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"]
}