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.
This commit is contained in:
parent
90c45cfe44
commit
5de6431b89
2 changed files with 0 additions and 6 deletions
|
@ -1,4 +1 @@
|
|||
# This file is managed by Puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
APT::Get::Show-Upgraded true;
|
||||
|
|
|
@ -1,4 +1 @@
|
|||
# This file is managed by Puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
DSelect::Clean auto;
|
||||
|
|
Loading…
Reference in a new issue