From 5c0fb024d1bf891b79ae120adc7435da8d0ec2c3 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 30 Aug 2005 03:35:46 +0000 Subject: fixing documentation for file source state git-svn-id: https://reductivelabs.com/svn/puppet/trunk@614 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/type/pfile.rb | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit