remove preseeding support from __package_apt

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.6
Nico Schottelius 14 years ago
parent 0db21eb308
commit e21283c579
  1. 6
      conf/type/__package_apt/man.text
  2. 1
      conf/type/__package_apt/parameter/optional

@ -25,9 +25,6 @@ OPTIONAL PARAMETERS
name:: name::
If supplied, use the name and not the object id as the package name. If supplied, use the name and not the object id as the package name.
preseed::
If supplied, use the given filename as input for debconf-set-selections(1)
EXAMPLES EXAMPLES
-------- --------
@ -39,9 +36,6 @@ __package_apt zsh --state installed
# In case you only want *a* webserver, but don't care which one # In case you only want *a* webserver, but don't care which one
__package_apt webserver --state installed --name nginx __package_apt webserver --state installed --name nginx
# Install package with defaults (from a type)
__package_apt postfix --state installed --preseed "$__type/files/postfix-seed"
# Remove obsolete package # Remove obsolete package
__package_apt puppet --state deinstalled __package_apt puppet --state deinstalled
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

@ -1,3 +1,2 @@
name name
preseed
version version

Loading…
Cancel
Save