aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorBranan Purvine-Riley <branan@puppetlabs.com>2012-06-25 14:35:29 -0700
committerBranan Purvine-Riley <branan@puppetlabs.com>2012-06-25 14:35:29 -0700
commita2263208cd6e5007b28ef3859f2699b4b9580e25 (patch)
tree3ae144a5eaba9b35376c81d802a918f16c2b689f /manifests/init.pp
parent6500ac722b939b86c32559508be3c7f224ba5cfe (diff)
parent600754c8d841646c73df3e0fe5d4290e8ddfd37d (diff)
downloadpuppet-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.pp2
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',