summaryrefslogtreecommitdiffstats
path: root/manifests/simple.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/simple.pp')
-rw-r--r--manifests/simple.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/simple.pp b/manifests/simple.pp
index 06cbc52..60e6ae4 100644
--- a/manifests/simple.pp
+++ b/manifests/simple.pp
@@ -43,6 +43,7 @@ class gluster::simple(
# xfs_inode64 => true,
# force => true,
# }
+ $setgroup = '', # pick a volume property group to set, eg: virt
$ping = true, # use fping or not?
$baseport = '', # specify base port option as used in glusterd.vol file
$rpcauthallowinsecure = false, # needed in some setups in glusterd.vol
@@ -159,6 +160,7 @@ class gluster::simple(
# the only semi-safe way is the new built in automatic collect:
bricks => true, # automatic brick collection...
ping => $ping,
+ setgroup => $setgroup,
start => true,
}
Gluster::Volume <<||>>