tests: Change glusterfs to v7.*

This commit is contained in:
Brian C. Lane 2020-05-20 09:45:05 -07:00
parent c04a648a44
commit 1b97f0603b
2 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@ description = "An example GlusterFS server with samba"
[[modules]]
name = "glusterfs"
version = "6.*"
version = "7.*"
[[modules]]
name = "glusterfs-cli"
version = "6.*"
version = "7.*"
[[packages]]
name = "samba"

View File

@ -52,8 +52,8 @@ OPENSSH_GLOB = {"name":"openssh-server", "version": "8.*"}
RSYNC_GLOB = {"name": "rsync", "version": "3.1.*"}
SAMBA_GLOB = {"name": "samba", "version": "4.*.*"}
TMUX_GLOB = {"name": "tmux", "version": "2.9a"}
GLUSTERFS_GLOB = {"name": "glusterfs", "version": "6.*"}
GLUSTERFSCLI_GLOB = {"name": "glusterfs-cli", "version": "6.*"}
GLUSTERFS_GLOB = {"name": "glusterfs", "version": "7.*"}
GLUSTERFSCLI_GLOB = {"name": "glusterfs-cli", "version": "7.*"}
def get_system_repo():