From: mh Date: Thu, 28 Oct 2010 20:18:30 +0000 (+0200) Subject: remove comments as lenny apt doesn't like them X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5de6431b89b696ce17874952dceb5968108449a9;p=puppet-apt.git remove comments as lenny apt doesn't like them I got errors like: E: Syntax error /etc/apt/apt.conf.d/03clean:4: Extra junk after value Removing these comments fixed these problems. --- diff --git a/files/02show_upgraded b/files/02show_upgraded index 8ef5d8d..870a3a9 100644 --- a/files/02show_upgraded +++ b/files/02show_upgraded @@ -1,4 +1 @@ -# This file is managed by Puppet -# all local modifications will be overwritten - APT::Get::Show-Upgraded true; diff --git a/files/03clean b/files/03clean index 29acece..335823d 100644 --- a/files/03clean +++ b/files/03clean @@ -1,4 +1 @@ -# This file is managed by Puppet -# all local modifications will be overwritten - DSelect::Clean auto;