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 dec6dc7..63bc914 100644
--- a/manifests/simple.pp
+++ b/manifests/simple.pp
@@ -22,6 +22,7 @@ class gluster::simple(
$stripe = 1, # TODO: not fully implemented in puppet-gluster
$vip = '', # strongly recommended
$repo = true,
+ $version = '',
$shorewall = true
) {
include gluster::vardir
@@ -60,6 +61,7 @@ class gluster::simple(
class { '::gluster::server':
vip => "${vip}",
repo => $repo,
+ version => "${version}",
#zone => 'net', # defaults to net
shorewall => $shorewall,
}