cdist-type__debconf_set_selections - Setup debconf selections
Contents
Boolean Parameters
None.
Copying
Copyright (C) 2011-2014 Nico Schottelius, 2021 Dennis Camera. You can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.
Copyright
ungleich GmbH 2021
7.0.0 Sep 11, 2024 CDIST-TYPE__DEBCONF_SET_SELECTIONS(7)
Description
On Debian and alike systems debconf-set-selections(1) can be used to setup configuration parameters.
Examples
# Setup gitolite's gituser
__debconf_set_selections nslcd --line 'gitolite gitolite/gituser string git'
# Setup configuration for nslcd from a file.
# NB: Multiple lines can be passed to --line, although this can be considered a hack.
__debconf_set_selections nslcd --line "$(cat "${__files:?}/preseed/nslcd.debconf")"
Name
cdist-type__debconf_set_selections - Setup debconf selections
Optional Parameters
file Use the given filename as input for debconf-set-selections(1) If filename is -, read from stdin. Thisparameterisdeprecated,becauseitdoesn'tworkwithstatedetection.line A line in debconf-set-selections(1) compatible format. This parameter can be used multiple times to set multiple options. (This parameter is actually required, but marked optional because the deprecated --file is still accepted.)
Required Parameters
cf. --line.
See Also
• cdist-type__update_alternatives(7)
• debconf-set-selections(1)
