Skip to content

Commit d026164

Browse files
committed
fix comments
1 parent 66fd940 commit d026164

File tree

6 files changed

+0
-24
lines changed

6 files changed

+0
-24
lines changed

plugins/modules/checkpoint_access_layer_facts.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
description:
3535
- Get access layer facts on Check Point devices. All operations are performed over
3636
Web Services API.
37-
# deprecated:
38-
# removed_in: '2.13'
39-
# alternative: cp_mgmt_access_layer_facts
40-
# why: Newer and updated modules released in Ansible 2.9
4137
author: Ansible by Red Hat (@rcarrillocruz)
4238
options:
4339
uid:

plugins/modules/checkpoint_access_rule.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
description:
3434
- Manages access rules on Check Point devices including creating, updating, removing
3535
access rules objects, All operations are performed over Web Services API.
36-
# deprecated:
37-
# removed_in: '2.13'
38-
# alternative: cp_mgmt_access_rule
39-
# why: Newer and updated modules released in Ansible 2.9
4036
author: Ansible by Red Hat (@rcarrillocruz)
4137
options:
4238
name:

plugins/modules/checkpoint_access_rule_facts.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
description:
3636
- Get access rules objects facts on Check Point devices. All operations are performed
3737
over Web Services API.
38-
# deprecated:
39-
# removed_in: '2.13'
40-
# alternative: cp_mgmt_access_rule_facts
41-
# why: Newer and updated modules released in Ansible 2.9
4238
author: Ansible by Red Hat (@rcarrillocruz)
4339
options:
4440
name:

plugins/modules/checkpoint_host.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
description:
3434
- Manages host objects on Check Point devices including creating, updating, removing
3535
access rules objects. All operations are performed over Web Services API.
36-
# deprecated:
37-
# removed_in: '2.13'
38-
# alternative: cp_mgmt_host
39-
# why: Newer and updated modules released in Ansible 2.9
4036
author: Ansible by Red Hat (@rcarrillocruz)
4137
options:
4238
name:

plugins/modules/checkpoint_host_facts.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
description:
3535
- Get host objects facts on Check Point devices. All operations are performed over
3636
Web Services API.
37-
# deprecated:
38-
# removed_in: '2.13'
39-
# alternative: cp_mgmt_host_facts
40-
# why: Newer and updated modules released in Ansible 2.9
4137
author: Ansible by Red Hat (@rcarrillocruz)
4238
options:
4339
name:

plugins/modules/checkpoint_session.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
description:
3434
- Manages session objects on Check Point devices performing actions like publish and
3535
discard. All operations are performed over Web Services API.
36-
# deprecated:
37-
# removed_in: '2.13'
38-
# alternative: cp_mgmt_publish and cp_mgmt_discard
39-
# why: Newer and updated modules released in Ansible 2.9
4036
version_added: "2.7"
4137
author: Ansible by Red Hat (@rcarrillocruz)
4238
options:

0 commit comments

Comments
 (0)