d513747384
Use constants so we won't have to edit a dozen places in the test when the package versions are bumped. Also switch to using Fedora 31 GPG key now that it has branched for Fedora 30.
15 lines
229 B
TOML
15 lines
229 B
TOML
name = "example-glusterfs"
|
|
description = "An example GlusterFS server with samba"
|
|
|
|
[[modules]]
|
|
name = "glusterfs"
|
|
version = "6.*"
|
|
|
|
[[modules]]
|
|
name = "glusterfs-cli"
|
|
version = "6.*"
|
|
|
|
[[packages]]
|
|
name = "samba"
|
|
version = "4.*.*"
|