define catlfish::signing( $image = 'docker.sunet.se/ctct/catlfish-dev-lunahsm', $version = 'latest' ) { sunet::docker_run {'${name}_signing': image => $image, imagetag => $version, volumes => ["/data/${name}/catlfish:/usr/local/etc/catlfish:ro"], ports => ["8188:8188"], command => ["signing"] } ufw:allow { "${name}-allow-8188-acl0": ip => '130.242.125.0/24', port => 8081 } }