Sha256: cf8bc841f001dab28cdb0ebefea2cc7f5e33fbd5ee4eb184523b63b108efec09

Contents?: true

Size: 461 Bytes

Versions: 1

Compression:

Stored size: 461 Bytes

Contents

registry: <%= options[:registry] %>
name: <%= options[:name] %>
version: <%= options[:version] %>
<% if options[:authenticated] %>
prog_args: '%{target} %{ssh_user} %{ssh_port} %{ssh_key}'
default_config:
  ssh_port: 22
category: whitebox
<% else %>
prog_args: '%{target} %{fixme_custom_option}'
category: blackbox
<% end %>
test_types:
  - <%= options[:test_type] %> 
<% if options[:configurable] %>
configurable: true
<% else %>
configurable: false
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
norad_cli-0.1.0 lib/norad_cli/templates/tool/manifest.yml.erb