From a084ac642c4ee7258356dc108acdcc4bfe614d49 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Wed, 15 Dec 2010 10:44:14 +0100 Subject: Use line define instead of append_if_no_such_line. The latter is only a wrapper around the former and it seems we want to remove the latter from our shared common module. --- manifests/dselect.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/dselect.pp b/manifests/dselect.pp index 45a5ddc..44f0e19 100644 --- a/manifests/dselect.pp +++ b/manifests/dselect.pp @@ -1,7 +1,7 @@ class apt::dselect { # suppress annoying help texts of dselect - append_if_no_such_line { dselect_expert: + line { dselect_expert: file => "/etc/dpkg/dselect.cfg", line => "expert", } -- cgit v1.2.3