lorax/tests/pylorax/blueprints/example-glusterfs.toml
Brian C. Lane 3ee07001b1 tests: Drop tito from the Dockerfile.test
It isn't needed to run the tests, and currently a package it depends on
(cheetah) is not working in rawhide.

Also bump glusterfs version to 7.*
2019-09-03 11:02:52 -07:00

15 lines
229 B
TOML

name = "example-glusterfs"
description = "An example GlusterFS server with samba"
[[modules]]
name = "glusterfs"
version = "7.*"
[[modules]]
name = "glusterfs-cli"
version = "7.*"
[[packages]]
name = "samba"
version = "4.*.*"