]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Cannot make an ipv6 rule with an ipv4 address
authorPeter Palfrader <peter@palfrader.org>
Tue, 7 Aug 2012 12:42:58 +0000 (14:42 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 7 Aug 2012 12:42:58 +0000 (14:42 +0200)
modules/bacula/manifests/client.pp

index 94610a2e8b4ffc04e713abdcf629ca622b4cb775..22e924ea65b94670aa5f60daff9ee7892389b7ff 100644 (file)
@@ -26,9 +26,9 @@ class bacula::client inherits bacula {
                rule        => "proto tcp mod state state (NEW) dport (bacula-fd) saddr (${bacula_director_address}) ACCEPT",
        }
 
-       @ferm::rule { 'dsa-bacula-fd-v6':
-               domain      => '(ip6)',
-               description => 'Allow bacula access from storage and director',
-               rule        => "proto tcp mod state state (NEW) dport (bacula-fd) saddr (${bacula_director_address}) ACCEPT",
-       }
+       #@ferm::rule { 'dsa-bacula-fd-v6':
+       #       domain      => '(ip6)',
+       #       description => 'Allow bacula access from storage and director',
+       #       rule        => "proto tcp mod state state (NEW) dport (bacula-fd) saddr (${bacula_director_address}) ACCEPT",
+       #}
 }