mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 19:28:02 +00:00
6 lines
185 B
Puppet
6 lines
185 B
Puppet
#Note: This is generally a bad idea. You should not disable verifying repository signatures.
|
|
apt::conf { 'unauth':
|
|
priority => 99,
|
|
content => 'APT::Get::AllowUnauthenticated 1;'
|
|
}
|