]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
Use line define instead of append_if_no_such_line.
authorintrigeri <intrigeri@boum.org>
Wed, 15 Dec 2010 09:44:14 +0000 (10:44 +0100)
committerintrigeri <intrigeri@boum.org>
Wed, 15 Dec 2010 09:44:14 +0000 (10:44 +0100)
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

index 45a5ddc7493533c9c15ed82333d6605b0c258c83..44f0e1961cf5a3692376207b28ca1057677060f7 100644 (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",
   }