]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
remove comments as lenny apt doesn't like them
authormh <mh@immerda.ch>
Thu, 28 Oct 2010 20:18:30 +0000 (22:18 +0200)
committermh <mh@immerda.ch>
Thu, 28 Oct 2010 20:18:30 +0000 (22:18 +0200)
I got errors like:

E: Syntax error /etc/apt/apt.conf.d/03clean:4: Extra junk after value

Removing these comments fixed these problems.

files/02show_upgraded
files/03clean

index 8ef5d8d605c49a7b45e11573e5ee4d42900dbb33..870a3a9e9ba09e2f88c5f682bc23921f6f0c76c2 100644 (file)
@@ -1,4 +1 @@
-# This file is managed by Puppet
-# all local modifications will be overwritten
-
 APT::Get::Show-Upgraded true;
index 29acece42bc0185b225356b3c766d05108f9070b..335823dc9fd9feaa7c87f96eb140f7e18ba6683f 100644 (file)
@@ -1,4 +1 @@
-# This file is managed by Puppet
-# all local modifications will be overwritten
-
 DSelect::Clean auto;