Skip to content

Commit bfc12dd

Browse files
committed
Ensure that at least one brick has been passed
1 parent fe0e321 commit bfc12dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/volume.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# Copyright 2014 CoverMyMeds, unless otherwise noted
4141
#
4242
define gluster::volume (
43-
Array $bricks,
43+
Array[String, 1] $bricks,
4444

4545
Boolean $force = false,
4646
Enum['tcp', 'rdma', 'tcp,rdma'] $transport = 'tcp',

0 commit comments

Comments
 (0)