diff options
author | Branan Purvine-Riley <branan@puppetlabs.com> | 2012-06-25 14:35:29 -0700 |
---|---|---|
committer | Branan Purvine-Riley <branan@puppetlabs.com> | 2012-06-25 14:35:29 -0700 |
commit | a2263208cd6e5007b28ef3859f2699b4b9580e25 (patch) | |
tree | 3ae144a5eaba9b35376c81d802a918f16c2b689f /manifests/init.pp | |
parent | 6500ac722b939b86c32559508be3c7f224ba5cfe (diff) | |
parent | 600754c8d841646c73df3e0fe5d4290e8ddfd37d (diff) | |
download | puppet-tftp-a2263208cd6e5007b28ef3859f2699b4b9580e25.tar.gz puppet-tftp-a2263208cd6e5007b28ef3859f2699b4b9580e25.tar.bz2 |
Merge pull request #8 from nanliu/tb/defaults
Add default module path for tftp::file
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', |