diff options
author | James Turnbull <james@lovedthanlost.net> | 2011-01-17 12:23:29 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2011-01-17 12:23:29 +1100 |
commit | 7e7f34237f67ad27534855d1df328c96e30285bf (patch) | |
tree | 016edbe45a8a1b52b7ae593f026a0f9e305c915d | |
parent | 76d1c2aefb32cc3688e3f7c0a5c8bbf713a123ed (diff) | |
download | puppet-7e7f34237f67ad27534855d1df328c96e30285bf.tar.gz puppet-7e7f34237f67ad27534855d1df328c96e30285bf.tar.xz puppet-7e7f34237f67ad27534855d1df328c96e30285bf.zip |
Fixed #1657 - Added note about target file
-rwxr-xr-x | lib/puppet/type/host.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/host.rb b/lib/puppet/type/host.rb index 8ab750459..2666e50ae 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 |