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
|
2013-01-02 14:12:11 +01:00
|
|
|
line { 'dselect_expert':
|
|
|
|
file => '/etc/dpkg/dselect.cfg',
|
|
|
|
line => 'expert',
|
2009-10-30 20:20:42 +01:00
|
|
|
}
|
|
|
|
|
2013-01-02 14:12:11 +01:00
|
|
|
package { 'dselect': ensure => installed }
|
2009-10-30 20:20:42 +01:00
|
|
|
}
|