Enable lingering for the contributors user
[mirror/dsa-puppet.git] / modules / roles / manifests / gobby.pp
index 807db0e..2cc3c43 100644 (file)
@@ -17,4 +17,8 @@ class roles::gobby {
     command     => 'pkill -u gobby -HUP -x infinoted',
     refreshonly => true,
   }
+
+  ferm::rule::simple { 'infinoted':
+    port => 6523
+  }
 }