summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2014-08-27 17:47:12 -0400
committerJames Shubin <james@shubin.ca>2014-08-27 17:47:12 -0400
commit95b77486cb6728718b0756b45cb111033114fcad (patch)
treeb12d07be95e605862a96d0654d05a138c655f809
parentc1719cc3459310f05d098c76e48a99f898b15d43 (diff)
downloadpuppet-gluster-95b77486cb6728718b0756b45cb111033114fcad.tar.gz
puppet-gluster-95b77486cb6728718b0756b45cb111033114fcad.tar.xz
puppet-gluster-95b77486cb6728718b0756b45cb111033114fcad.zip
Fix erroneous extra space.
Many thanks to CyrilP for filing in a lot of this data file.
-rw-r--r--manifests/volume/property/data.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/volume/property/data.pp b/manifests/volume/property/data.pp
index adec846..99c29c7 100644
--- a/manifests/volume/property/data.pp
+++ b/manifests/volume/property/data.pp
@@ -102,7 +102,7 @@ class gluster::volume::property::data() {
'cluster.self-heal-window-size' => 'integer', # default: 1
# Sets the quorum percentage for the trusted storage pool.
- 'cluster.server-quorum-ratio' => 'integer', # in % default: (null)
+ 'cluster.server-quorum-ratio' => 'integer', # in % default: (null)
# If set to server, enables the specified volume to participate in quorum.
'cluster.server-quorum-type' => 'string', # default: (null)