module-apt/manifests/dselect.pp

11 lines
204 B
ObjectPascal
Raw Normal View History

2009-10-30 20:20:42 +01:00
class apt::dselect {
2010-12-07 19:18:41 +01:00
2009-10-30 20:20:42 +01:00
# suppress annoying help texts of dselect
line { dselect_expert:
2009-10-30 20:20:42 +01:00
file => "/etc/dpkg/dselect.cfg",
line => "expert",
}
package { dselect: ensure => installed }
}