Sha256: e6b44a611bfab5376cbefd5db2cc5669bfb4c027475d2b4bf4a1b6be8ac8374c

Contents?: true

Size: 340 Bytes

Versions: 4

Compression:

Stored size: 340 Bytes

Contents

<%= text_f f,
  :username,
  :value => @image.username || "root",
  :help_inline => _("The user that is used to ssh into the instance, normally cloud-user, ec2-user, ubuntu, root etc") %>
<%= digitalocean_image_field(f) %>
<%= checkbox_f f, :user_data, :help_inline => _("Does this image support user data input (e.g. via cloud-init)?") %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman_digitalocean-1.3.0 app/views/images/form/_digitalocean.html.erb
foreman_digitalocean-1.2.0 app/views/images/form/_digitalocean.html.erb
foreman_digitalocean-1.1.0 app/views/images/form/_digitalocean.html.erb
foreman_digitalocean-1.0.0 app/views/images/form/_digitalocean.html.erb