2014-01-08 21:27:05 +01:00
|
|
|
# manage dselect, like
|
|
|
|
# suppressing the annoying help texts
|
2009-10-30 20:20:42 +01:00
|
|
|
class apt::dselect {
|
2010-12-07 19:18:41 +01:00
|
|
|
|
2014-01-08 21:27:05 +01:00
|
|
|
file_line { 'dselect_expert':
|
|
|
|
path => '/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
|
|
|
}
|