summaryrefslogtreecommitdiffstats
path: root/vagrant/gluster/puppet/manifests/site.pp
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/gluster/puppet/manifests/site.pp')
-rw-r--r--vagrant/gluster/puppet/manifests/site.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/vagrant/gluster/puppet/manifests/site.pp b/vagrant/gluster/puppet/manifests/site.pp
index 7e6d53d..6a7a7c4 100644
--- a/vagrant/gluster/puppet/manifests/site.pp
+++ b/vagrant/gluster/puppet/manifests/site.pp
@@ -53,9 +53,11 @@ node /^annex\d+$/ inherits default { # annex{1,2,..N}
class { '::gluster::simple':
volume => 'puppet',
replica => "${::vagrant_gluster_replica}",
+ layout => "${::vagrant_gluster_layout}",
vip => "${::vagrant_gluster_vip}", # from vagrant
version => "${::vagrant_gluster_version}",
vrrp => true,
+ setgroup => "${::vagrant_gluster_setgroup}",
shorewall => "${::vagrant_gluster_firewall}" ? {
'false' => false,
default => true,