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.
This commit is contained in:
intrigeri 2010-12-15 10:44:14 +01:00
parent a06bf5f71b
commit a084ac642c

View file

@ -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",
}