diff options
| -rw-r--r-- | lib/puppet/type/pfile.rb | 4 |
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 |
