]> gitweb.fluxo.info Git - puppet-tftp.git/commitdiff
Add test file and update documentation.
authorNan Liu <nan@puppetlabs.com>
Thu, 5 Apr 2012 20:45:02 +0000 (13:45 -0700)
committerNan Liu <nan@puppetlabs.com>
Thu, 5 Apr 2012 20:45:02 +0000 (13:45 -0700)
README.md

index 4bdd512c8a8b6b96168d25a026fb11883b2b6b24..61a3af639962adf48b36777e07f8e84c1facefc8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ Parameters:
 * port: bind port, default 69.
 * options: service option, default --secure.
 
+
     class tftp {
       directory => '/opt/tftp',
       address   => $::ipaddress,
@@ -33,6 +34,7 @@ Parameters:
 *  content: file content.
 *  source: file source.
 
+
     tftp::file { 'pxelinux.0':
       source => 'puppet:///modules/acme/pxelinux.0',
     }
@@ -50,6 +52,7 @@ Parameters:
 1. tftp directories not in the OS package defaults should be managed as file resources.
 2. customization for the class tftp must be declared before using tftp::file resources.
 
+
     file { '/opt/tftp':
       ensure => directory,
     }
@@ -69,5 +72,5 @@ The examples use a module acme and the tftp files should be placed in calling mo
 
 The module have been tested on the following operating systems. Testing and patches for other platforms are welcomed.
 
-Debian Wheezy
-Ubuntu Oneiric
+Debian Wheezy
+Ubuntu Oneiric