summaryrefslogtreecommitdiffstats
path: root/manifests/client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index ea1dc39..559cafa 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -45,7 +45,7 @@ define gluster::client(
# make an empty directory for the mount point
file { "${name}":
ensure => directory, # make sure this is a directory
- recurse => false, # don't recurse into directory
+ recurse => false, # don't recurse into directory
purge => false, # don't purge unmanaged files
force => false, # don't purge subdirs and links
}