aboutsummaryrefslogtreecommitdiff
path: root/manifests/preferences/absent.pp
blob: d8b2e10d50111bcf6bc80d3fe7efdcd536965a2d (plain)
1
2
3
4
5
class apt::preferences::absent {
  file {'/etc/apt/preferences':
    ensure => absent,
  }
}