summaryrefslogtreecommitdiff
path: root/code/environments/production/modules/apt/examples/disable_keys.pp
blob: 50d0ea8022aabe54a553529b1ff3ed684f169316 (plain)
1
2
3
4
5
#Note: This is generally a bad idea. You should not disable verifying repository signatures.
apt::conf { 'unauth':
  priority => 99,
  content  => 'APT::Get::AllowUnauthenticated 1;'
}