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.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant/gluster/puppet/manifests/site.pp b/vagrant/gluster/puppet/manifests/site.pp
index a26200f..7e6d53d 100644
--- a/vagrant/gluster/puppet/manifests/site.pp
+++ b/vagrant/gluster/puppet/manifests/site.pp
@@ -52,6 +52,7 @@ node /^annex\d+$/ inherits default { # annex{1,2,..N}
# this is a simple way to setup gluster
class { '::gluster::simple':
volume => 'puppet',
+ replica => "${::vagrant_gluster_replica}",
vip => "${::vagrant_gluster_vip}", # from vagrant
version => "${::vagrant_gluster_version}",
vrrp => true,