Skip to content

Commit

Permalink
Merge pull request #191 from mdellweg/glue
Browse files Browse the repository at this point in the history
Cleanout pre glue code
  • Loading branch information
mdellweg authored Jan 26, 2025
2 parents c1ce91c + eb2aea9 commit 426a4bc
Show file tree
Hide file tree
Showing 43 changed files with 12 additions and 1,479 deletions.
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

0 comments on commit 426a4bc

Please sign in to comment.