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

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

  package { dselect: ensure => installed }
}