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:
parent
a06bf5f71b
commit
a084ac642c
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue