/[adm]/puppet/modules/shorewall/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/shorewall/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 246 by boklm, Fri Nov 12 20:46:50 2010 UTC revision 247 by boklm, Fri Nov 12 20:49:14 2010 UTC
# Line 66  class shorewall { Line 66  class shorewall {
66    }    }
67    class default_zones {    class default_zones {
68       zone_line { "net     ipv4":       zone_line { "net     ipv4":
69          $order => 2,          order => 2,
70       }       }
71       zone_line { "fw      firewall":       zone_line { "fw      firewall":
72          $order => 3,          order => 3,
73       }       }
74    }    }
75    
# Line 86  class shorewall { Line 86  class shorewall {
86    }    }
87    class default_policy {    class default_policy {
88       policy_line{ "fw   net     ACCEPT":       policy_line{ "fw   net     ACCEPT":
89          $order => 2,          order => 2,
90       }       }
91       policy_line{ "net  all     DROP    info":       policy_line{ "net  all     DROP    info":
92          $order => 3,          order => 3,
93       }       }
94       policy_line{ "all  all     REJECT  info":       policy_line{ "all  all     REJECT  info":
95          $order => 4,          order => 4,
96       }       }
97    }    }
98    

Legend:
Removed from v.246  
changed lines
  Added in v.247

  ViewVC Help
Powered by ViewVC 1.1.30