Skip to content

Commit

Permalink
feat(panos_template): Add gathered_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Oct 12, 2022
1 parent d61a326 commit d10d136
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/panos_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
- Check mode is supported.
extends_documentation_fragment:
- paloaltonetworks.panos.fragments.network_resource_module_state
- paloaltonetworks.panos.fragments.gathered_filter
- paloaltonetworks.panos.fragments.provider
options:
name:
description:
- Name of the template.
type: str
required: true
description:
description:
- The description.
Expand Down Expand Up @@ -106,6 +106,7 @@ def main():
helper = get_connection(
helper_cls=Helper,
with_network_resource_module_state=True,
with_gathered_filter=True,
firewall_error="This is a Panorama only module",
min_panos_version=(7, 0, 0),
min_pandevice_version=(1, 5, 1),
Expand Down

0 comments on commit d10d136

Please sign in to comment.