summaryrefslogtreecommitdiff
path: root/manifests/dselect.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/dselect.pp')
-rw-r--r--manifests/dselect.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/dselect.pp b/manifests/dselect.pp
index fb138da..52c66cb 100644
--- a/manifests/dselect.pp
+++ b/manifests/dselect.pp
@@ -1,9 +1,8 @@
class apt::dselect {
# suppress annoying help texts of dselect
- line { dselect_expert:
+ append_if_no_such_line { dselect_expert:
file => "/etc/dpkg/dselect.cfg",
line => "expert",
- ensure => present,
}
package { dselect: ensure => installed }