From 1bdf3f8412db0db8a46dda18763b1cc67970e1d8 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Fri, 4 Jan 2008 08:27:57 +1100 Subject: Fixed #984 - Added Debian to reponsefile doco --- lib/puppet/type/package.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit