Skip to content

Commit

Permalink
Merge pull request #14707 from ZitaNemeckova/credential_ssh
Browse files Browse the repository at this point in the history
Add multiline to ssh attribute
  • Loading branch information
Fryguy authored Apr 11, 2017
2 parents 6db53a9 + de8efbf commit f7aa719
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module ManageIQ::Providers::AnsibleTower::Shared::AutomationManager::MachineCred
EXTRA_ATTRIBUTES = {
:ssh_key_data => {
:type => :password,
:multiline => true,
:label => N_('Private key'),
:help_text => N_('RSA or DSA private key to be used instead of password')
},
Expand Down

0 comments on commit f7aa719

Please sign in to comment.