summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/apt.pp
blob: c749033762e6e6bc8af302e3854d7fd4e4153a9b (plain)
1
2
3
4
5
6
class site_config::apt {

  apt::apt_conf { '90disable-pdiffs':
    content => 'Acquire::PDiffs "false";';
  }
}