AutoArpa.replace -> populate_should_replace to match YamlProvider

This commit is contained in:
Ross McFarland
2023-02-27 09:12:21 -08:00
parent 3c2ad860f1
commit c67d44fc8a
2 changed files with 11 additions and 7 deletions
+3 -3
View File
@@ -14,9 +14,9 @@ Alternatively the value can be a dictionary with configuration options for the A
---
manager:
auto_arpa:
# Replace duplicate records rather than throw an error, default is False
# which throws an error
replace: False
# Whether duplicate records should replace rather than error
# (optiona, default False)
populate_should_replace: false
# Explicitly set the TTL of auto-created records, default is 3600s, 1hr
ttl: 1800
```