aboutsummaryrefslogtreecommitdiff
path: root/manifests/dselect.pp
blob: 44f0e1961cf5a3692376207b28ca1057677060f7 (plain)
1
2
3
4
5
6
7
8
9
10
class apt::dselect {

  # suppress annoying help texts of dselect
  line { dselect_expert:
      file => "/etc/dpkg/dselect.cfg",
      line => "expert",
  }

  package { dselect: ensure => installed }
}