summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2014-11-22 15:35:20 -0500
committerJames Shubin <james@shubin.ca>2014-11-22 15:35:20 -0500
commitec5f5040daeabe7f70562eadf3576e65133ff8aa (patch)
treee0cb5dd62fe1e70ce3d231d84fea294b00b8495b
parentfe0bd69fe51834debb1033ed72c095744437da50 (diff)
downloadpuppet-gluster-ec5f5040daeabe7f70562eadf3576e65133ff8aa.tar.gz
puppet-gluster-ec5f5040daeabe7f70562eadf3576e65133ff8aa.tar.xz
puppet-gluster-ec5f5040daeabe7f70562eadf3576e65133ff8aa.zip
Small whitespace nitpick.
-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 f6a7c2a..b6f303e 100644
--- a/manifests/volume/property/data.pp
+++ b/manifests/volume/property/data.pp
@@ -187,7 +187,7 @@ class gluster::volume::property::data() {
'nfs.mount-udp' => 'offon', # default: (off)
# Use this option to change the the path for persistent caching of connected NFS-clients. For better perfomance this path should point to SHM
- 'nfs.mount-rmtab' => 'string', # default /var/lib/glusterd/nfs/rmtab
+ 'nfs.mount-rmtab' => 'string', # default /var/lib/glusterd/nfs/rmtab
# This option, if set to 'off', disables NLM server by not registering the service with the portmapper. Set it to 'on' to re-enable it. Default value: 'on'
'nfs.nlm' => 'onoff', # default: (on)