1CDIST-TYPE__DEBCONF_SET_SELECTIONS(7)cdistCDIST-TYPE__DEBCONF_SET_SELECTIONS(7)
2
3
4
6 cdist-type__debconf_set_selections - Setup debconf selections
7
9 On Debian and alike systems debconf-set-selections(1) can be used to
10 setup configuration parameters.
11
13 file Use the given filename as input for debconf-set-selections(1) If
14 filename is "-", read from stdin.
15
17 # Setup configuration for nslcd
18 __debconf_set_selections nslcd --file /path/to/file
19
20 # Setup configuration for nslcd from another type
21 __debconf_set_selections nslcd --file "$__type/files/preseed/nslcd"
22
23 __debconf_set_selections nslcd --file - << eof
24 gitolite gitolite/gituser string git
25 eof
26
28 debconf-set-selections(1), cdist-type__update_alternatives(7)
29
31 Nico Schottelius <nico-cdist--@--schottelius.org>
32
34 Copyright (C) 2011-2014 Nico Schottelius. You can redistribute it
35 and/or modify it under the terms of the GNU General Public License as
36 published by the Free Software Foundation, either version 3 of the
37 License, or (at your option) any later version.
38
40 ungleich GmbH 2019
41
42
43
44
456.3.0 Dec 12, 2C0D1I9ST-TYPE__DEBCONF_SET_SELECTIONS(7)