aboutsummaryrefslogtreecommitdiff
path: root/manifests/preferences/absent.pp
blob: f32e0307c8ac06034be25e00b2ae848f06af17bb (plain)
1
2
3
4
5
6
7
class apt::preferences::absent {

  file { '/etc/apt/preferences':
    ensure => absent,
    alias  => 'apt_config',
  }
}