aboutsummaryrefslogtreecommitdiff
path: root/manifests/dselect.pp
blob: 52c66cb1d621dc1dfe7f707bfe21caae4da4efb2 (plain)
1
2
3
4
5
6
7
8
9
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 }
}