fruit-bowl/environments/production/thirdparty/apt/examples/disable_keys.pp

6 lines
186 B
ObjectPascal
Raw Normal View History

2025-04-01 17:40:03 +00:00
#Note: This is generally a bad idea. You should not disable verifying repository signatures.
apt::conf { 'unauth':
priority => 99,
content => 'APT::Get::AllowUnauthenticated 1;',
}