Commit 5228d1e
committed
(MODULES-9695) Debian: use modern APT keyring format
This updates puppet_agent::osfamily::debian to use modern APT keyrings
instead of the deprecated apt-key method used by apt::key and
apt::source.key without `name`.
This also removes the legacy key, because keys not used for signing
package sources aren't needed.
/etc/pki is not needed anymore (also this directory is a RedHatism)
because keyrings are now stored in the default location of
/etc/apt/keyrings. We don't clean it up though, in case people are using
the files there for something else.1 parent cae2480 commit 5228d1e
File tree
2 files changed
+11
-80
lines changed- manifests/osfamily
- spec/classes
2 files changed
+11
-80
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | 74 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 75 | + | |
105 | 76 | | |
106 | 77 | | |
107 | 78 | | |
108 | 79 | | |
109 | 80 | | |
110 | | - | |
111 | | - | |
| 81 | + | |
| 82 | + | |
112 | 83 | | |
113 | 84 | | |
114 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | 154 | | |
185 | 155 | | |
186 | 156 | | |
187 | 157 | | |
188 | 158 | | |
189 | 159 | | |
190 | | - | |
191 | | - | |
| 160 | + | |
| 161 | + | |
192 | 162 | | |
193 | 163 | | |
194 | 164 | | |
| |||
209 | 179 | | |
210 | 180 | | |
211 | 181 | | |
212 | | - | |
213 | | - | |
| 182 | + | |
| 183 | + | |
214 | 184 | | |
215 | 185 | | |
216 | 186 | | |
| |||
225 | 195 | | |
226 | 196 | | |
227 | 197 | | |
228 | | - | |
229 | 198 | | |
230 | 199 | | |
231 | 200 | | |
| |||
245 | 214 | | |
246 | 215 | | |
247 | 216 | | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | 217 | | |
257 | 218 | | |
258 | 219 | | |
259 | 220 | | |
260 | 221 | | |
261 | 222 | | |
262 | | - | |
263 | | - | |
| 223 | + | |
| 224 | + | |
264 | 225 | | |
265 | 226 | | |
266 | 227 | | |
| |||
282 | 243 | | |
283 | 244 | | |
284 | 245 | | |
285 | | - | |
286 | | - | |
| 246 | + | |
| 247 | + | |
287 | 248 | | |
288 | 249 | | |
289 | 250 | | |
| |||
297 | 258 | | |
298 | 259 | | |
299 | 260 | | |
300 | | - | |
301 | 261 | | |
302 | 262 | | |
303 | 263 | | |
| |||
0 commit comments