restrict ssh to handel
[mirror/dsa-puppet.git] / modules / ferm / templates / interfaces.conf.erb
index ee7e2c0..af6585a 100644 (file)
@@ -5,7 +5,13 @@ rescue
        ''
 end
 %>);
-def $MUNIN6_IPS = (<%= v6ips == 'no' ? '' : v6ips.split(',').join(' ') %>);
+def $MUNIN6_IPS = (<%=
+begin
+       v6ips == 'no' ? '' : v6ips.split(',').join(' ')
+rescue
+       ''
+end
+%>);
 
 domain ip {
         chain INPUT {