mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-30 08:07:56 -05:00
tests: Updated ipa server installation stdin text
The installator has changed the question sequence so the stdin used for interactive server installation has to be changed accordingly Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
@@ -40,14 +40,10 @@ assert_error = tasks.assert_error
|
||||
|
||||
def get_install_stdin(cert_passwords=()):
|
||||
lines = [
|
||||
'yes', # Existing BIND configuration detected, overwrite? [no]
|
||||
'', # Server host name (has default)
|
||||
'', # Confirm domain name (has default)
|
||||
]
|
||||
lines.extend(cert_passwords) # Enter foo.p12 unlock password
|
||||
lines += [
|
||||
'', # Do you want to configure the reverse zone? [yes]
|
||||
'', # Please specify the reverse zone name [47.34.10.in-addr.arpa.]
|
||||
'yes', # Continue with these values?
|
||||
]
|
||||
return '\n'.join(lines + [''])
|
||||
|
||||
Reference in New Issue
Block a user