diff options
author | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2013-04-11 14:37:04 +0200 |
---|---|---|
committer | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2013-04-11 14:37:04 +0200 |
commit | 2b4ea8662914c9652cfde1834bbfdc6d25e45209 (patch) | |
tree | 2e37cd1dc52202a6fc95745fcf9f784a81ce7cab | |
parent | d7efc5772d475e3ad374e6000f2e706be42c85da (diff) | |
download | puppet-dhcp-2b4ea8662914c9652cfde1834bbfdc6d25e45209.tar.gz puppet-dhcp-2b4ea8662914c9652cfde1834bbfdc6d25e45209.tar.bz2 |
Doc in dhcp::server
-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" { |