diff --git a/manifests/api.pp b/manifests/api.pp index 38fa25ed..60142df7 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -52,7 +52,7 @@ # Defaults to $facts['os_workers'] # # [*threads*] -# (optional) Number of api greenthreads to spawn. +# (optional) Number of api threads to spawn. # Defaults to $facts['os_service_default'] # # [*enable_host_header*] diff --git a/manifests/central.pp b/manifests/central.pp index 88c215f4..82d0b099 100644 --- a/manifests/central.pp +++ b/manifests/central.pp @@ -45,7 +45,7 @@ # Defaults to $facts['os_workers'] # # [*threads*] -# (optional) Number of central greenthreads to spawn. +# (optional) Number of central threads to spawn. # Defaults to $facts['os_service_default'] # # [*default_pool_id*] diff --git a/manifests/mdns.pp b/manifests/mdns.pp index 632f90a4..b1059f43 100644 --- a/manifests/mdns.pp +++ b/manifests/mdns.pp @@ -25,7 +25,7 @@ # Defaults to $facts['os_workers']. # # [*threads*] -# (Optional) Number of mdns greenthreads to spawn. +# (Optional) Number of mdns threads to spawn. # Defaults to $facts['os_service_default']. # # [*tcp_backlog*] diff --git a/manifests/producer.pp b/manifests/producer.pp index 62129406..c25b57c6 100644 --- a/manifests/producer.pp +++ b/manifests/producer.pp @@ -25,7 +25,7 @@ # Defaults to $facts['os_workers']. # # [*threads*] -# (optional) Number of greenthreads to spawn +# (optional) Number of threads to spawn # Defaults to $facts['os_service_default']. # # [*enabled_tasks*] diff --git a/manifests/sink.pp b/manifests/sink.pp index 57cb59e1..89c7b44c 100644 --- a/manifests/sink.pp +++ b/manifests/sink.pp @@ -25,7 +25,7 @@ # Defaults to $facts['os_service_default'] # # [*threads*] -# (optional) Number of sink greenthreads to spawn. +# (optional) Number of sink threads to spawn. # Defaults to $facts['os_service_default'] # # [*enabled_notification_handlers*] diff --git a/manifests/worker.pp b/manifests/worker.pp index 5d9de914..ce6fc5f4 100644 --- a/manifests/worker.pp +++ b/manifests/worker.pp @@ -25,7 +25,7 @@ # Defaults to $facts['os_workers'] # # [*threads*] -# (optional) Number of Pool Manager greenthreads to spawn +# (optional) Number of Pool Manager threads to spawn # Defaults to $facts['os_service_default'] # # [*threshold_percentage*]