lorax/tests/pylorax/blueprints/example-glusterfs.toml
Brian C. Lane e39d2aec22 tests: Make it easier to update version globs
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.
2019-03-08 10:09:42 -08:00

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.*.*"