1CDIST-TYPE__APT_SOURCE(7) cdist CDIST-TYPE__APT_SOURCE(7)
2
3
4
6 cdist-type__apt_source - Manage apt sources
7
9 This cdist type allows you to manage apt sources. It invokes index up‐
10 date internally when needed so call of index updating type is not
11 needed.
12
14 uri the uri to the apt repository
15
17 arch set this if you need to force and specific arch (ubuntu spe‐
18 cific)
19
20 signed-by
21 provide a GPG key fingerprint or keyring path for signature
22 checks
23
24 state 'present' or 'absent', defaults to 'present'
25
26 distribution
27 the distribution codename to use. Defaults to DISTRIB_CODENAME
28 from the targets /etc/lsb-release
29
30 component
31 space delimited list of components to enable. Defaults to an
32 empty string.
33
35 include-src
36 include deb-src entries
37
39 __apt_source rabbitmq \
40 --uri http://www.rabbitmq.com/debian/ \
41 --distribution testing \
42 --component main \
43 --include-src \
44 --state present
45
46 __apt_source canonical_partner \
47 --uri http://archive.canonical.com/ \
48 --component partner --state present
49
50 __apt_source goaccess \
51 --uri http://deb.goaccess.io/ \
52 --component main \
53 --signed-by C03B48887D5E56B046715D3297BD1A0133449C3D
54
56 Steven Armstrong <steven-cdist--@--armstrong.cc>
57
59 Copyright (C) 2011-2018 Steven Armstrong. You can redistribute it
60 and/or modify it under the terms of the GNU General Public License as
61 published by the Free Software Foundation, either version 3 of the Li‐
62 cense, or (at your option) any later version.
63
65 ungleich GmbH 2021
66
67
68
69
707.0.0 Jul 31, 2022 CDIST-TYPE__APT_SOURCE(7)