diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-01-04 08:27:57 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-01-04 08:27:57 +1100 |
commit | 1bdf3f8412db0db8a46dda18763b1cc67970e1d8 (patch) | |
tree | bb41fbb659898d1408bf9a50766c83e3858841b1 | |
parent | b1f13af734cc75d1b8c73f06d0619b99c65978c0 (diff) | |
download | puppet-1bdf3f8412db0db8a46dda18763b1cc67970e1d8.tar.gz puppet-1bdf3f8412db0db8a46dda18763b1cc67970e1d8.tar.xz puppet-1bdf3f8412db0db8a46dda18763b1cc67970e1d8.zip |
Fixed #984 - Added Debian to reponsefile doco
-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 |