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

ipaserver docs: Calm down module linter

The use of "default: idstart+199999" in the description of the idmax
parameter was resulting in the galaxy import error:

  Cannot parse "DOCUMENTATION": mapping values are not allowed here in
  "<unicode string>", line 52, column 58: ... value for the IDs range
  (default: idstart+199999)

The ":" has simply been removed to fix this issue.
parent 50a1c2f9
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ options: ...@@ -58,7 +58,7 @@ options:
description: The starting value for the IDs range (default random) description: The starting value for the IDs range (default random)
required: no required: no
idmax: idmax:
description: The max value for the IDs range (default: idstart+199999) description: The max value for the IDs range (default idstart+199999)
required: no required: no
no_hbac_allow: no_hbac_allow:
description: Don't install allow_all HBAC rule description: Don't install allow_all HBAC rule
......
...@@ -79,7 +79,7 @@ options: ...@@ -79,7 +79,7 @@ options:
description: The starting value for the IDs range (default random) description: The starting value for the IDs range (default random)
required: no required: no
idmax: idmax:
description: The max value for the IDs range (default: idstart+199999) description: The max value for the IDs range (default idstart+199999)
required: no required: no
no_hbac_allow: no_hbac_allow:
description: Don't install allow_all HBAC rule description: Don't install allow_all HBAC rule
......
...@@ -55,7 +55,7 @@ options: ...@@ -55,7 +55,7 @@ options:
description: The starting value for the IDs range (default random) description: The starting value for the IDs range (default random)
required: no required: no
idmax: idmax:
description: The max value for the IDs range (default: idstart+199999) description: The max value for the IDs range (default idstart+199999)
required: no required: no
no_hbac_allow: no_hbac_allow:
description: Don't install allow_all HBAC rule description: Don't install allow_all HBAC rule
......
...@@ -111,7 +111,7 @@ options: ...@@ -111,7 +111,7 @@ options:
description: The starting value for the IDs range (default random) description: The starting value for the IDs range (default random)
required: no required: no
idmax: idmax:
description: The max value for the IDs range (default: idstart+199999) description: The max value for the IDs range (default idstart+199999)
required: no required: no
domainlevel: domainlevel:
description: The domain level description: The domain level
......
...@@ -98,7 +98,7 @@ options: ...@@ -98,7 +98,7 @@ options:
description: The starting value for the IDs range (default random) description: The starting value for the IDs range (default random)
required: no required: no
idmax: idmax:
description: The max value for the IDs range (default: idstart+199999) description: The max value for the IDs range (default idstart+199999)
required: no required: no
no_reverse: no_reverse:
description: Do not create new reverse DNS zone description: Do not create new reverse DNS zone
......
...@@ -79,7 +79,7 @@ options: ...@@ -79,7 +79,7 @@ options:
description: The starting value for the IDs range (default random) description: The starting value for the IDs range (default random)
required: yes required: yes
idmax: idmax:
description: The max value for the IDs range (default: idstart+199999) description: The max value for the IDs range (default idstart+199999)
required: yes required: yes
no_pkinit: no_pkinit:
description: Disable pkinit setup steps description: Disable pkinit setup steps
......
...@@ -120,7 +120,7 @@ param_docs = { ...@@ -120,7 +120,7 @@ param_docs = {
"allow_zone_overlap": "Create DNS zone even if it already exists", "allow_zone_overlap": "Create DNS zone even if it already exists",
"skip_conncheck": "Skip connection check to remote master", "skip_conncheck": "Skip connection check to remote master",
"idstart": "The starting value for the IDs range (default random)", "idstart": "The starting value for the IDs range (default random)",
"idmax": "The max value for the IDs range (default: idstart+199999)", "idmax": "The max value for the IDs range (default idstart+199999)",
"no_hbac_allow": "Don't install allow_all HBAC rule", "no_hbac_allow": "Don't install allow_all HBAC rule",
"domainlevel": "The domain level", "domainlevel": "The domain level",
"external_ca_type": "Type of the external CA", "external_ca_type": "Type of the external CA",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment