mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
missing comma
This commit is contained in:
parent
7e9e9a1030
commit
785da17a67
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ def retention_policy_exists(database,
|
|||
return policy is not None
|
||||
|
||||
|
||||
def retention_policy_add(database
|
||||
def retention_policy_add(database,
|
||||
name,
|
||||
duration,
|
||||
replication,
|
||||
|
|
Loading…
Add table
Reference in a new issue