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
10 update 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 state 'present' or 'absent', defaults to 'present'
21
22 distribution
23 the distribution codename to use. Defaults to DISTRIB_CODENAME
24 from the targets /etc/lsb-release
25
26 component
27 space delimited list of components to enable. Defaults to an
28 empty string.
29
31 include-src
32 include deb-src entries
33
35 __apt_source rabbitmq \
36 --uri http://www.rabbitmq.com/debian/ \
37 --distribution testing \
38 --component main \
39 --include-src \
40 --state present
41
42 __apt_source canonical_partner \
43 --uri http://archive.canonical.com/ \
44 --component partner --state present
45
47 Steven Armstrong <steven-cdist--@--armstrong.cc>
48
50 Copyright (C) 2011-2018 Steven Armstrong. You can redistribute it
51 and/or modify it under the terms of the GNU General Public License as
52 published by the Free Software Foundation, either version 3 of the
53 License, or (at your option) any later version.
54
56 ungleich GmbH 2019
57
58
59
60
616.3.0 Dec 12, 2019 CDIST-TYPE__APT_SOURCE(7)