diff options
author | Rick Bradley <rick@rickbradley.com> | 2007-10-09 15:00:19 -0500 |
---|---|---|
committer | Rick Bradley <rick@rickbradley.com> | 2007-10-09 15:00:19 -0500 |
commit | 2f86bf077f80bd96f476eaf27a1ac1afbd22958d (patch) | |
tree | d5c663eb59b79fbfe151ed93e635d50726976863 /lib | |
parent | fdfe807bd986a2b27f0dfd0cecde1a33aeee309b (diff) | |
parent | 9db7aae242537b2bd39b8f4ae5723514087e7034 (diff) | |
download | puppet-2f86bf077f80bd96f476eaf27a1ac1afbd22958d.tar.gz puppet-2f86bf077f80bd96f476eaf27a1ac1afbd22958d.tar.xz puppet-2f86bf077f80bd96f476eaf27a1ac1afbd22958d.zip |
Merge branch 'master' of git://reductivelabs.com/puppet into routing
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/util/fileparsing.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/puppet/util/fileparsing.rb b/lib/puppet/util/fileparsing.rb index 7552e8141..8e39719c8 100644 --- a/lib/puppet/util/fileparsing.rb +++ b/lib/puppet/util/fileparsing.rb @@ -268,7 +268,9 @@ module Puppet::Util::FileParsing # Define a new type of record. These lines get split into hashes. Valid # options are: - # * <tt>:absent</tt>: What to use when a field is absent. Defaults to "". + # * <tt>:absent</tt>: What to use as value within a line, when a field is + # absent. Note that in the record object, the literal :absent symbol is + # used, and not this value. Defaults to "". # * <tt>:fields</tt>: The list of fields, as an array. By default, all # fields are considered required. # * <tt>:joiner</tt>: How to join fields together. Defaults to '\t'. |