From df6c470fd39e6e4e92968d414ae9021b4ec67205 Mon Sep 17 00:00:00 2001 From: Nan Liu Date: Thu, 5 Apr 2012 13:46:28 -0700 Subject: Add test files. --- README.md | 3 +++ tests/init.pp | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 tests/init.pp diff --git a/README.md b/README.md index 61a3af6..c5e831e 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Parameters: * port: bind port, default 69. * options: service option, default --secure. +Example: class tftp { directory => '/opt/tftp', @@ -34,6 +35,7 @@ Parameters: * content: file content. * source: file source. +Example: tftp::file { 'pxelinux.0': source => 'puppet:///modules/acme/pxelinux.0', @@ -52,6 +54,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. +Example: file { '/opt/tftp': ensure => directory, diff --git a/tests/init.pp b/tests/init.pp new file mode 100644 index 0000000..d9c6f76 --- /dev/null +++ b/tests/init.pp @@ -0,0 +1,3 @@ +class { 'tftp': + address => $::ipaddress, +} -- cgit v1.2.3