�
�Udac @` s� d d l m Z m Z m Z e Z i d d 6d g d 6d d 6Z d Z d Z d
Z d d l
m Z d d l m
Z
m Z d
� Z e d k r� e � n d S( i ( t absolute_importt divisiont print_functions 1.1t metadata_versiont previewt statust communityt supported_bys�
---
module: cp_mgmt_verify_policy
short_description: Verifies the policy of the selected package.
description:
- Verifies the policy of the selected package.
- All operations are performed over Web Services API.
version_added: "2.9"
author: "Or Soffer (@chkp-orso)"
options:
policy_package:
description:
- Policy package identified by the name or UID.
type: str
extends_documentation_fragment: checkpoint_commands
sM
- name: verify-policy
cp_mgmt_verify_policy:
policy_package: standard
sm
cp_mgmt_verify_policy:
description: The checkpoint verify-policy output.
returned: always.
type: dict
( t
AnsibleModule( t% checkpoint_argument_spec_for_commandst api_commandc C` sZ t d t d d � � } | j t � t d | � } d } t | | � } | j | � d S( Nt policy_packaget typet strt
argument_specs
verify-policy( t dictt updateR R R
t exit_json( R t modulet commandt result( ( s] /usr/lib/python2.7/site-packages/ansible/modules/network/check_point/cp_mgmt_verify_policy.pyt main>