From ec5f5040daeabe7f70562eadf3576e65133ff8aa Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sat, 22 Nov 2014 15:35:20 -0500 Subject: Small whitespace nitpick. --- manifests/volume/property/data.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit