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

index 63e9f3769d046b0e738d8bdae8216546439cd90f..ceffa1471029d04c116a02c9b1e1c1b6252ef4e8 100644 (file)
@@ -1,26 +1,26 @@
 # = Class: dhcp::server
 # Simple OS wrapper. Include this to install a dhcp server on your host.
-# 
+#
 # Requires:
 #   module "common": git://github.com/camptocamp/puppet-common.git
-# 
+#
 # facultative argument:
 #   *$dhcpd_ddns_update*   : ddns-update-style option (default to none)
 #   *$dhcpd_authoritative* : set it if you want that your DHCP server is
 #                             authoritative (default to no)
 #   *$dhcpd_opts*          : any other DHCPD valid options
-# 
+#
 # Example:
 # node "dhcp.toto.ltd" {
 #   $dhcpd_opts = ['domain-name "toto.ltd"', "domain-name-servers 192.168.21.1"]
 #   include dhcp::server
-# 
+#
 #   dhcp::subnet {"10.27.20.0":
 #     ensure     => present,
 #     broadcast  => "10.27.20.255",
 #     other_opts => ['filename "pxelinux.0";', 'next-server 10.27.10.1;'],
 #   }
-# 
+#
 #   dhcp::host {"titi-eth0":
 #     ensure        => present,
 #     mac           => "0e:18:fa:fe:d9:00",