]> gitweb.fluxo.info Git - puppet-dhcp.git/commitdiff
Doc in dhcp::server
authorRaphaël Pinson <raphael.pinson@camptocamp.com>
Thu, 11 Apr 2013 12:37:04 +0000 (14:37 +0200)
committerRaphaël Pinson <raphael.pinson@camptocamp.com>
Thu, 11 Apr 2013 12:37:04 +0000 (14:37 +0200)
manifests/server.pp

index d83c26f1f4af600105407249c5057cb33be6bb47..1c77cf23ad6303d77fa49b2722cf434ca22e6d0e 100644 (file)
@@ -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" {