Allow traffic from Fastly to 5141 instead and set up syslog-ng rules
[mirror/dsa-puppet.git] / modules / ferm / manifests / per_host.pp
index 7dca252..6b4fcea 100644 (file)
@@ -46,7 +46,7 @@ class ferm::per_host {
                        }
                        @ferm::rule { 'fastly-syslog':
                                description     => 'Allow syslog access',
-                               rule            => '&SERVICE_RANGE(tcp, 5140, $HOST_FASTLY)'
+                               rule            => '&SERVICE_RANGE(tcp, 5141, $HOST_FASTLY)'
                        }
                }
                kaufmann: {