Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanout pre glue code #191

Merged
merged 1 commit into from
Jan 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 12 additions & 20 deletions plugins/doc_fragments/pulp.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,23 @@ class ModuleDocFragment(object):
- Username of api user.
- If no value is specified, the value of the environment variable C(SQUEEZER_USERNAME) will be used as a fallback.
type: str
required: true
required: false
password:
description:
- Password of api user.
- If no value is specified, the value of the environment variable C(SQUEEZER_PASSWORD) will be used as a fallback.
type: str
required: true
required: false
user_cert:
description:
- Client certificate of api user.
type: str
required: false
user_key:
description:
- Client certificate key of api user.
type: str
required: false
validate_certs:
description:
- Whether SSL certificates should be verified.
Expand All @@ -49,24 +59,6 @@ class ModuleDocFragment(object):
default: 10
"""

GLUE = r"""
options:
username:
required: false
password:
required: false
user_cert:
description:
- Client certificate of api user.
type: str
required: false
user_key:
description:
- Client certificate key of api user.
type: str
required: false
"""

ENTITY_STATE = r"""
options:
state:
Expand Down
246 changes: 0 additions & 246 deletions plugins/module_utils/openapi.py

This file was deleted.

Loading
Loading