Merge "Fix up doc string for workers variable"

This commit is contained in:
Jenkins
2015-10-24 09:20:06 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
# Defaults to '8004'.
#
# [*workers*]
# (Optional) The port on which the server will listen.
# (Optional) The number of workers to spawn.
# Defaults to '0'.
#
# [*use_ssl*]

View File

@@ -28,7 +28,7 @@
# Defaults to '8000'.
#
# [*workers*]
# (Optional) The port on which the server will listen.
# (Optional) The number of workers to spawn.
# Defaults to '0'.
#
# [*use_ssl*]

View File

@@ -27,7 +27,7 @@
# Defaults to '8003'.
#
# [*workers*]
# (Optional) The port on which the server will listen.
# (Optional) The number of workers to spawn.
# Defaults to '0'.
#
# [*use_ssl*]