diff options
author | Nan Liu <nan@puppetlabs.com> | 2012-06-25 13:43:26 -0700 |
---|---|---|
committer | Nan Liu <nan@puppetlabs.com> | 2012-06-25 14:34:15 -0700 |
commit | 600754c8d841646c73df3e0fe5d4290e8ddfd37d (patch) | |
tree | 3ae144a5eaba9b35376c81d802a918f16c2b689f /manifests/init.pp | |
parent | a45261555e1b70fc041fc001b4d4c1d18693ccc1 (diff) | |
download | puppet-tftp-600754c8d841646c73df3e0fe5d4290e8ddfd37d.tar.gz puppet-tftp-600754c8d841646c73df3e0fe5d4290e8ddfd37d.tar.bz2 |
Update documentation and README.
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 13954b5..9dfab37 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -18,7 +18,7 @@ # # Usage: # -# class tftp { +# class { 'tftp': # directory => '/opt/tftp', # address => $::ipaddress, # options => '--ipv6 --timeout 60', |