summaryrefslogtreecommitdiffstats
path: root/vagrant/puppet/manifests/site.pp
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/puppet/manifests/site.pp')
-rw-r--r--vagrant/puppet/manifests/site.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/vagrant/puppet/manifests/site.pp b/vagrant/puppet/manifests/site.pp
index 426099d..e0decc3 100644
--- a/vagrant/puppet/manifests/site.pp
+++ b/vagrant/puppet/manifests/site.pp
@@ -69,6 +69,10 @@ node /^annex\d+$/ inherits default { # annex{1,2,..N}
$brick_param_defaults = {
# TODO: set these from vagrant variables...
'lvm' => false,
+ 'fstype' => "${::vagrant_gluster_fstype}" ? {
+ '' => undef,
+ default => "${::vagrant_gluster_fstype}",
+ },
'xfs_inode64' => true,
'force' => true,
}