diff options
-rw-r--r-- | lib/puppet/type/package.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/package.rb b/lib/puppet/type/package.rb index 616362206..9173eaa1c 100644 --- a/lib/puppet/type/package.rb +++ b/lib/puppet/type/package.rb @@ -248,7 +248,7 @@ module Puppet newparam(:responsefile) do desc "A file containing any necessary answers to questions asked by - the package. This is currently only used on Solaris. The + the package. This is currently used on Solaris and Debian. The value will be validated according to system rules, but it should generally be a fully qualified path." end |