Skip to content
Snippets Groups Projects
Commit 2d4cad6c authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipaserver_test.py: Add missing default for random_serial_numbers

random_serial_numbers was missing the default value in the DOCMENTATION
section.
parent a4b8e10a
No related branches found
No related tags found
No related merge requests found
...@@ -211,6 +211,7 @@ options: ...@@ -211,6 +211,7 @@ options:
random_serial_numbers: random_serial_numbers:
description: The installer random_serial_numbers setting description: The installer random_serial_numbers setting
type: bool type: bool
default: no
required: no required: no
allow_zone_overlap: allow_zone_overlap:
description: Create DNS zone even if it already exists description: Create DNS zone even if it already exists
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment