[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
test branch
puppet-dev at googlegroups.com
Wed Jul 14 10:32:57 UTC 2010
The following commit has been merged in the upstream branch:
commit 1250f80da93ae3f7879bdce328491ad2f209594b
Author: James Turnbull <james at lovedthanlost.net>
Date: Fri May 14 19:23:22 2010 +1000
Fixed documentation issues exposed in #3772
diff --git a/lib/puppet/type/file/source.rb b/lib/puppet/type/file/source.rb
index 7eb3d01..b3d9b3e 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\"
]
}
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list