From 2b4ea8662914c9652cfde1834bbfdc6d25e45209 Mon Sep 17 00:00:00 2001 From: Raphaƫl Pinson Date: Thu, 11 Apr 2013 14:37:04 +0200 Subject: Doc in dhcp::server --- manifests/server.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manifests') diff --git a/manifests/server.pp b/manifests/server.pp index d83c26f..1c77cf2 100644 --- a/manifests/server.pp +++ b/manifests/server.pp @@ -5,10 +5,10 @@ # module "common": git://github.com/camptocamp/puppet-common.git # # facultative argument: -# *$ddns_update* : ddns-update-style option (default to none) -# *$authoritative* : set it if you want that your DHCP server is -# authoritative (default to no) -# *$opts* : any other DHCPD valid options +# *$ddns_update* : ddns-update-style option (defaults to 'none') +# *$authoritative* : a boolean setting whether the DHCP server is +# authoritative (defaults to false) +# *$opts* : an array of DHCPD valid options # # Example: # node "dhcp.toto.ltd" { -- cgit v1.2.3