# FILE MANAGED BY PUPPET, CHANGES WILL BE REPLACED # # Controls which IP addresses/networks are allowed through postscreen # Postscreen access controls (CIDR format) # Format: network/mask action # Example: 192.168.1.0/24 permit <% @postscreen_access_maps.each do |network, action| -%> <%= network %> <%= action %> <% end -%>