From 92ae9b5ec0693acffa734768e625786ea580eb0f Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 18 Mar 2019 15:04:56 +0100 Subject: [PATCH] Fixes #26388 - Clarify the managed parameter docs --- manifests/init.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 2b330ed8..dc9bf7cc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -136,7 +136,7 @@ # # $tftp_listen_on:: TFTP proxy to listen on https, http, or both # -# $tftp_managed:: TFTP is managed by Foreman proxy +# $tftp_managed:: The TFTP daemon is managed by this module. # # $tftp_manage_wget:: If enabled will install the wget package # @@ -154,9 +154,9 @@ # # $dhcp_listen_on:: DHCP proxy to listen on https, http, or both # -# $dhcp_managed:: DHCP is managed by Foreman proxy +# $dhcp_managed:: The DHCP daemon is managed by this module # -# $dhcp_provider:: DHCP provider +# $dhcp_provider:: DHCP provider for the DHCP module # # $dhcp_subnets:: Subnets list to restrict DHCP management to # @@ -205,7 +205,7 @@ # # $dns_listen_on:: DNS proxy to listen on https, http, or both # -# $dns_managed:: DNS is managed by Foreman proxy +# $dns_managed:: The DNS daemon is managed by this module # # $dns_provider:: DNS provider #