ipaserver: Fixed typos

Affected files:
- ipaserver/library/ipaserver_enable_ipa.py
- ipaserver/library/ipaserver_master_password.py
This commit is contained in:
Thomas Woerner
2018-06-21 13:25:54 +02:00
parent 14f975b411
commit 587fef68ad
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
# Authors:
# Thomas Woerner <twoerner@redhat.com>
#
# Based on ipa-client-install code
# Based on ipa-server-install code
#
# Copyright (C) 2017 Red Hat
# see file 'COPYING' for use and warranty information
@@ -33,7 +33,7 @@ ANSIBLE_METADATA = {
DOCUMENTATION = '''
---
module: enable_ipa
short description:
short description:
description:
options:
author:

View File

@@ -4,7 +4,7 @@
# Authors:
# Thomas Woerner <twoerner@redhat.com>
#
# Based on ipa-client-install code
# Based on ipa-server-install code
#
# Copyright (C) 2017 Red Hat
# see file 'COPYING' for use and warranty information