summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2012-07-27 21:26:16 -0400
committerJames Shubin <james@shubin.ca>2012-07-27 21:26:16 -0400
commitbda440c63e8550527d38abfd61e5fcddb14c29ad (patch)
tree98d9e136b12181957c523fe70a3c3369ab48d7a4 /manifests
parent35830b0a11565c3e2e188cd258bea7da27f735fe (diff)
downloadpuppet-gluster-bda440c63e8550527d38abfd61e5fcddb14c29ad.tar.gz
puppet-gluster-bda440c63e8550527d38abfd61e5fcddb14c29ad.tar.xz
puppet-gluster-bda440c63e8550527d38abfd61e5fcddb14c29ad.zip
Fixed typo.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/server.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/server.pp b/manifests/server.pp
index 08b8958..cc72e3d 100644
--- a/manifests/server.pp
+++ b/manifests/server.pp
@@ -104,7 +104,7 @@ class gluster::server(
rule => "
ACCEPT ${zone}:${source_ips} $FW tcp 24008
",
- comment => 'Allow incoming tcp:24008 for rdma.'
+ comment => 'Allow incoming tcp:24008 for rdma.',
before => Service['glusterd'],
}