[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.5rc1-120-g2247c80

James Turnbull james at lovedthanlost.net
Mon Feb 7 06:40:54 UTC 2011


The following commit has been merged in the upstream branch:
commit 7e7f34237f67ad27534855d1df328c96e30285bf
Author: James Turnbull <james at lovedthanlost.net>
Date:   Mon Jan 17 12:23:29 2011 +1100

    Fixed #1657 - Added note about target file

diff --git a/lib/puppet/type/host.rb b/lib/puppet/type/host.rb
index 8ab7504..2666e50 100755
--- a/lib/puppet/type/host.rb
+++ b/lib/puppet/type/host.rb
@@ -66,7 +66,7 @@ module Puppet
 
     newproperty(:target) do
       desc "The file in which to store service information.  Only used by
-        those providers that write to disk."
+        those providers that write to disk. On most systems this defaults to `/etc/hosts`."
 
       defaultto { if @resource.class.defaultprovider.ancestors.include?(Puppet::Provider::ParsedFile)
         @resource.class.defaultprovider.default_target

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list