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 2078c85..44ec2c6 100644
--- a/manifests/simple.pp
+++ b/manifests/simple.pp
@@ -25,6 +25,7 @@ class gluster::simple(
$version = '',
$vrrp = false,
$password = '', # global vrrp password to use
+ $baseport = '', # specify base port option as used in glusterd.vol file
$shorewall = true
) {
include gluster::vardir
@@ -66,6 +67,7 @@ class gluster::simple(
version => "${version}",
vrrp => $vrrp,
password => "${password}",
+ baseport => $baseport,
#zone => 'net', # defaults to net
shorewall => $shorewall,
}