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

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