6242ae8b18
Use constants so we won't have to edit a dozen places in the test when the package versions are bumped. Related: rhbz#1678937
15 lines
226 B
TOML
15 lines
226 B
TOML
name = "example-glusterfs"
|
|
description = "An example GlusterFS server with samba"
|
|
|
|
[[modules]]
|
|
name = "glusterfs"
|
|
version = "*"
|
|
|
|
[[modules]]
|
|
name = "glusterfs-fuse"
|
|
version = "*"
|
|
|
|
[[packages]]
|
|
name = "samba"
|
|
version = "4.*.*"
|