[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.4-89-gcbbd363

James Turnbull james at lovedthanlost.net
Tue May 18 09:04:56 UTC 2010


The following commit has been merged in the upstream branch:
commit dec84e5409a2f8e63805c045bebafab4973ba4d0
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 838dabb..b255c63 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