summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-05-14 19:23:22 +1000
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit1250f80da93ae3f7879bdce328491ad2f209594b (patch)
tree824d28a159a7d5dbfd66405b7af00b53b421fb0c /lib
parent211782fdbfb961bb5b61d9c6888e9cc0702dcb00 (diff)
downloadpuppet-1250f80da93ae3f7879bdce328491ad2f209594b.tar.gz
puppet-1250f80da93ae3f7879bdce328491ad2f209594b.tar.xz
puppet-1250f80da93ae3f7879bdce328491ad2f209594b.zip
Fixed documentation issues exposed in #3772
Diffstat (limited to 'lib')
-rwxr-xr-xlib/puppet/type/file/source.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/puppet/type/file/source.rb b/lib/puppet/type/file/source.rb
index 7eb3d019a..b3d9b3ec2 100755
--- a/lib/puppet/type/file/source.rb
+++ b/lib/puppet/type/file/source.rb
@@ -24,7 +24,7 @@ module Puppet
class sendmail {
file { \"/etc/mail/sendmail.cf\":
- source => \"puppet://server/module/sendmail.cf\"
+ source => \"puppet://server/modules/module_name/sendmail.cf\"
}
}
@@ -51,9 +51,9 @@ module Puppet
file { \"/path/to/my/file\":
source => [
- \"/nfs/files/file.$host\",
- \"/nfs/files/file.$operatingsystem\",
- \"/nfs/files/file\"
+ \"/modules/nfs/files/file.$host\",
+ \"/modules/nfs/files/file.$operatingsystem\",
+ \"/modules/nfs/files/file\"
]
}