mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
ipa-server-install inconsistent capitalization
A cosmetic patch to IPA server installation output aimed to make capitalization in installer output consistent. Several installation tasks started with a lowercase letter and several installation task steps started with an uppercase letter. https://fedorahosted.org/freeipa/ticket/776
This commit is contained in:
committed by
Rob Crittenden
parent
c9ff669cdd
commit
4880598fbd
@@ -856,14 +856,14 @@ def main():
|
||||
ds.apply_updates()
|
||||
|
||||
# Restart ds and krb after configurations have been changed
|
||||
service.print_msg("restarting the directory server")
|
||||
service.print_msg("Restarting the directory server")
|
||||
ds.restart()
|
||||
|
||||
service.print_msg("restarting the KDC")
|
||||
service.print_msg("Restarting the KDC")
|
||||
krb.restart()
|
||||
|
||||
# Restart httpd to pick up the new IPA configuration
|
||||
service.print_msg("restarting the web server")
|
||||
service.print_msg("Restarting the web server")
|
||||
http.restart()
|
||||
|
||||
# Create a BIND instance
|
||||
|
||||
Reference in New Issue
Block a user