]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
files in /etc/apt/apt.conf.d should be numbered
authornadir <nadir-technik@nadir.org>
Sat, 9 Oct 2010 11:36:30 +0000 (13:36 +0200)
committernadir <nadir-technik@nadir.org>
Sat, 9 Oct 2010 11:36:30 +0000 (13:36 +0200)
manifests/default_preferences.pp

index 3cdb355221f77ff7e6f80811c183f4d745efc86a..671abddd0a0becf4d9be919fb17b66d3f01f83eb 100644 (file)
@@ -9,7 +9,7 @@ class apt::default_preferences {
       # only update together
       require => File["/etc/apt/sources.list"];
     # little default settings which keep the system sane
-    "/etc/apt/apt.conf.d/from_puppet":
+    "/etc/apt/apt.conf.d/99from_puppet":
       content => "APT::Get::Show-Upgraded true;\nDSelect::Clean $real_apt_clean;\n",
       before => Config_file[apt_config];
   }