Sha256: c55b24d471b228ea9c33fe82c741d9742748ccd41858132b4ce1dcc8d0a4e6b5

Contents?: true

Size: 525 Bytes

Versions: 6

Compression:

Stored size: 525 Bytes

Contents

<%= text_f f, :username, :value => @image.username || "root",
           :help_inline         => _("The user that will be used to SSH into the VM for completion")
%>
<%= password_f f, :password, :keep_value => true, :help_inline => _("Password to authenticate with - used for SSH finish step.") %>
<%= image_field(f, :label => _("Marketplace Image URN"), :help_inline => _("Marketplace URN (e.g. OpenLogic:CentOS:7.5:latest)")) %>
<%= checkbox_f f, :user_data, :help_inline => _("Does this image support user data input?") %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foreman_azure_rm-2.0.8 app/views/images/form/_azurerm.html.erb
foreman_azure_rm-2.0.7 app/views/images/form/_azurerm.html.erb
foreman_azure_rm-2.0.6 app/views/images/form/_azurerm.html.erb
foreman_azure_rm-2.0.5 app/views/images/form/_azurerm.html.erb
foreman_azure_rm-2.0.4 app/views/images/form/_azurerm.html.erb
foreman_azure_rm-2.0.3 app/views/images/form/_azurerm.html.erb