mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Change to Success and Failure
This commit is contained in:
parent
68e3e43254
commit
efe2790cdb
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -87,6 +87,7 @@ tests/unit/templates/roots
|
|||
|
||||
# Pycharm
|
||||
.idea
|
||||
venv/
|
||||
|
||||
# VS Code
|
||||
.vscode
|
||||
|
|
|
@ -335,7 +335,7 @@ class _policy_info:
|
|||
0: "No auditing",
|
||||
1: "Success",
|
||||
2: "Failure",
|
||||
3: "Success, Failure",
|
||||
3: "Success and Failure",
|
||||
"Not Defined": "Not Defined",
|
||||
None: "Not Defined",
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue