Example for disabling keys
This commit is contained in:
parent
895ecb5737
commit
1b4d8ba991
1 changed files with 5 additions and 0 deletions
5
examples/disable_keys.pp
Normal file
5
examples/disable_keys.pp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#Note: This is generally a bad idea. You should not disable keys.
|
||||
apt::conf { 'unauth':
|
||||
priority => 99,
|
||||
content => 'APT::Get::AllowUnauthenticated 1;'
|
||||
}
|
Loading…
Reference in a new issue