summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2013-09-18 15:49:50 -0400
committerJames Shubin <james@shubin.ca>2013-09-18 15:49:50 -0400
commit2ade18f753c8993c670402bff4d2f235ce9a7e14 (patch)
tree43b2cb209d13b0881bf9cdce0f0e87f72bd78c49 /manifests
parent21fd59f04d33b74c9de7608d627cfd2452246b60 (diff)
downloadpuppet-gluster-2ade18f753c8993c670402bff4d2f235ce9a7e14.tar.gz
puppet-gluster-2ade18f753c8993c670402bff4d2f235ce9a7e14.tar.xz
puppet-gluster-2ade18f753c8993c670402bff4d2f235ce9a7e14.zip
Small cleanups.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/server.pp17
1 files changed, 0 insertions, 17 deletions
diff --git a/manifests/server.pp b/manifests/server.pp
index 33ebf7d..a14419a 100644
--- a/manifests/server.pp
+++ b/manifests/server.pp
@@ -88,23 +88,6 @@ class gluster::server(
# default => "${zone}:${source_ips}",
# }
- #} else {
- # # automatically build our source ip list...
- # if "${::gluster_firewall_ips}" == '' { # fact !
- # $src = "${zone}"
- # } else {
- # $src = "${zone}:${::gluster_firewall_ips}"
- # }
- #}
-
- #shorewall::rule { 'glusterfsd-easyfw': # XXX: use the correct port range
- # rule => "
- # ACCEPT ${src} $FW tcp 24009:25009
- # ",
- # comment => 'Allow incoming tcp:24009-25009 from each other glusterfsd and clients.',
- # before => Service['glusterd'],
- #}
-
#$endport = inline_template('<%= 24009+hosts.count %>')
#$nfs_endport = inline_template('<%= 38465+hosts.count %>')
#shorewall::rule { 'gluster-24000':