summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-08-30 03:35:46 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-08-30 03:35:46 +0000
commit5c0fb024d1bf891b79ae120adc7435da8d0ec2c3 (patch)
treef3aaac06dad682c823db52f1d0f543b2d5026065
parent6a96fccf1bd87b148a2ea35e187c495cb2b61ec7 (diff)
downloadpuppet-5c0fb024d1bf891b79ae120adc7435da8d0ec2c3.tar.gz
puppet-5c0fb024d1bf891b79ae120adc7435da8d0ec2c3.tar.xz
puppet-5c0fb024d1bf891b79ae120adc7435da8d0ec2c3.zip
fixing documentation for file source state
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@614 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--lib/puppet/type/pfile.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/puppet/type/pfile.rb b/lib/puppet/type/pfile.rb
index c39b0b51f..9b8d05571 100644
--- a/lib/puppet/type/pfile.rb
+++ b/lib/puppet/type/pfile.rb
@@ -635,9 +635,7 @@ module Puppet
class PFileSource < Puppet::State
attr_accessor :source, :local
@doc = "Copy a file over the current file. Uses `checksum` to
- determine when a file should be copied. This is largely a support
- state for the `source` parameter, which is what should generally
- be used instead of `copy`."
+ determine when a file should be copied."
@name = :source
def describe