Skip to content

Commit 36837e6

Browse files
committed
use glusterfs 7 for acceptance tests
1 parent 24fd89f commit 36837e6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

spec/acceptance/client_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
class { 'gluster':
99
client => true,
1010
server => false,
11+
release => 7,
1112
}
1213
1314
EOS

spec/acceptance/server_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
class { 'gluster':
99
client => false,
1010
server => true,
11+
release => 7,
1112
}
1213
1314
EOS

0 commit comments

Comments
 (0)