diff options
author | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2013-04-11 12:37:03 +0200 |
---|---|---|
committer | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2013-04-11 12:37:03 +0200 |
commit | a3158aaca4070a4de89b49d687854d72df8741fe (patch) | |
tree | 61190d767bea1957a6b3d45eab2c2127f472c0cf /manifests | |
parent | 4cc54cff2d04eedb672c7cc6b92a5edcccac63c9 (diff) | |
download | puppet-dhcp-a3158aaca4070a4de89b49d687854d72df8741fe.tar.gz puppet-dhcp-a3158aaca4070a4de89b49d687854d72df8741fe.tar.bz2 |
Fix trailing whitespaces
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/server.pp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/server.pp b/manifests/server.pp index 63e9f37..ceffa14 100644 --- a/manifests/server.pp +++ b/manifests/server.pp @@ -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", |