removing folded style formatting for synopsis (#22746)
(cherry picked from commit e539726543
)
This commit is contained in:
parent
40ea76cf5a
commit
d94ac763b6
1 changed files with 5 additions and 4 deletions
|
@ -28,10 +28,11 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: panos_security_policy
|
||||
short_description: Create security rule policy on PanOS devices.
|
||||
description: >
|
||||
Security policies allow you to enforce rules and take action, and can be as general or specific as needed.
|
||||
The policy rules are compared against the incoming traffic in sequence, and because the first rule that matches
|
||||
the traffic is applied, the more specific rules must precede the more general ones.
|
||||
description:
|
||||
- Security policies allow you to enforce rules and take action, and can be as
|
||||
general or specific as needed. The policy rules are compared against the
|
||||
incoming traffic in sequence, and because the first rule that matches the
|
||||
traffic is applied, the more specific rules must precede the more general ones.
|
||||
author: "Ivan Bojer (@ivanbojer)"
|
||||
version_added: "2.3"
|
||||
requirements:
|
||||
|
|
Loading…
Reference in a new issue