lorax/tests/pylorax/blueprints/glusterfs.toml
Brian C. Lane 638fdb49cb Adjust the tests so they will pass on CentOS7 and RHEL7
Also pulls the name of a system repo from /etc/yum.repos.d/ instead of
hard-coding 'base' in there.
2018-07-26 15:06:05 -07:00

15 lines
225 B
TOML

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