class firewall::virtual::gobby( $implementation = lookup('firewall::implementation', undef, undef, 'shorewall'), $destination ) { class { "firewall::implementations::${implementation}::virtual::gobby": destination => $destination, } }