summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2014-03-11 20:27:30 -0400
committerJames Shubin <james@shubin.ca>2014-03-11 20:27:30 -0400
commita62f770ecfb748db407024a6bfde36cd8976a7d1 (patch)
tree975ec54472a5f349c82bdd9e4b75b85689dd50c0
parent99005a82bab869c0838d1689c4f312af4889194b (diff)
downloadpuppet-gluster-a62f770ecfb748db407024a6bfde36cd8976a7d1.tar.gz
puppet-gluster-a62f770ecfb748db407024a6bfde36cd8976a7d1.tar.xz
puppet-gluster-a62f770ecfb748db407024a6bfde36cd8976a7d1.zip
Add in a commented out prefix option.
This option is available in newer vagrant-libvirt.
-rw-r--r--vagrant/gluster/Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant/gluster/Vagrantfile b/vagrant/gluster/Vagrantfile
index 544d70c..0b1c641 100644
--- a/vagrant/gluster/Vagrantfile
+++ b/vagrant/gluster/Vagrantfile
@@ -511,6 +511,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
libvirt.username = 'root'
libvirt.storage_pool_name = 'default'
#libvirt.default_network = 'default' # XXX: this does nothing
+ #libvirt.default_prefix = '' # set a prefix for your vm's...
end
end