1CDIST-TYPE__APT_PPA(7) cdist CDIST-TYPE__APT_PPA(7)
2
3
4
6 cdist-type__apt_ppa - Manage ppa repositories
7
9 This cdist type allows manage ubuntu ppa repositories.
10
12 state The state the ppa should be in, either 'present' or 'absent'.
13 Defaults to 'present'
14
16 None.
17
19 # Enable a ppa repository
20 __apt_ppa ppa:sans-intern/missing-bits
21 # same as
22 __apt_ppa ppa:sans-intern/missing-bits --state present
23
24 # Disable a ppa repository
25 __apt_ppa ppa:sans-intern/missing-bits --state absent
26
28 Steven Armstrong <steven-cdist--@--armstrong.cc>
29
31 Copyright (C) 2011-2014 Steven Armstrong. You can redistribute it
32 and/or modify it under the terms of the GNU General Public License as
33 published by the Free Software Foundation, either version 3 of the Li‐
34 cense, or (at your option) any later version.
35
37 ungleich GmbH 2021
38
39
40
41
427.0.0 Jul 31, 2022 CDIST-TYPE__APT_PPA(7)