diff options
Diffstat (limited to 'manifests/server.pp')
-rw-r--r-- | manifests/server.pp | 8 |
1 files changed, 4 insertions, 4 deletions
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" { |