]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Drop using subchains here, since they give me a syntax error
authorTollef Fog Heen <tfheen@err.no>
Sat, 16 Jun 2012 11:13:56 +0000 (13:13 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sat, 16 Jun 2012 11:13:56 +0000 (13:13 +0200)
modules/bacula/manifests/client.pp

index 9b4894be9f8c0e6e73d822ad497dabc56dbac1de..4703294f0d7d9e4a73a6d91611a585f0163e7776 100644 (file)
@@ -33,6 +33,6 @@ class bacula::client inherits bacula {
   @ferm::rule { 'dsa-bacula-fd':
     domain      => '(ip ip6)',
     description => 'Allow bacula access from storage and director',
-    rule        => "proto tcp mod state state (NEW) dport (bacula-fd) @subchain \'bacula\' { saddr ($bacula_director_address) ACCEPT; }",
+    rule        => "proto tcp mod state state (NEW) dport (bacula-fd) saddr ($bacula_director_address) ACCEPT",
   }
 }