File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,22 @@ values from ``map.jinja`` are used.
71
71
Check https://wiki.debian.org/SourcesList for an explanation about the resulting
72
72
files structure.
73
73
74
+ ``apt.apt_conf ``
75
+ ^^^^^^^^^^^^^^^^^^^
76
+
77
+ Allows you to manage apt configuration from pillar. Check ``pillar.example `` to see
78
+ possible values.
79
+
80
+ Check https://wiki.debian.org/AptConfiguration#apt.conf and ``man 5 apt.conf `` for
81
+ an explanation about the resulting files structure.
82
+
74
83
``apt.preferences ``
75
84
^^^^^^^^^^^^^^^^^^^
76
85
77
86
Allows you to configure and manage apt's preferences from pillar. Check
78
- ``pillar.example `` to see possible values. If used and no repositories are
79
- provided, sane default values from ``map.jinja `` are used.
87
+ ``pillar.example `` to see possible values.
80
88
81
- Check https://wiki.debian.org/AptPreferences?action=show&redirect=preferences
89
+ Check https://wiki.debian.org/AptConfiguration#apt_preferences_.28APT_pinning.29
82
90
and ``man 5 apt_preferences `` for an explanation about the resulting files structure.
83
91
84
92
``apt.ppa ``
@@ -143,4 +151,3 @@ Runs all of the stages above in one go: i.e. ``destroy`` + ``converge`` + ``veri
143
151
^^^^^^^^^^^^^^^^^^^^^
144
152
145
153
Gives you SSH access to the instance for manual testing.
146
-
Original file line number Diff line number Diff line change 5
5
# Set the right keyring for the distro (ie ubuntu-keyring or ...)
6
6
keyring_package : debian-archive-keyring
7
7
8
+ remove_apt_conf : true
9
+ clean_apt_conf_d : true
10
+
8
11
remove_sources_list : true
9
12
clean_sources_list_d : true
10
13
You can’t perform that action at this time.
0 commit comments