fixing comments

apt preferences actually want // to comment, while sources are fine
to be commented with # ...
This commit is contained in:
mh 2010-10-28 22:27:28 +02:00
parent 4cff5ef63e
commit ebb46ca200
4 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
# This file is managed by Puppet
# all local modifications will be overwritten
// This file is managed by Puppet
// all local modifications will be overwritten
APT::Get::Show-Upgraded true;

View file

@ -1,4 +1,4 @@
# This file is managed by Puppet
# all local modifications will be overwritten
// This file is managed by Puppet
// all local modifications will be overwritten
DSelect::Clean auto;

View file

@ -1,5 +1,5 @@
# This file is managed by Puppet
# all local modifications will be overwritten
// This file is managed by Puppet
// all local modifications will be overwritten
Package: *
Pin: release a=unstable

View file

@ -1,4 +1,4 @@
# This file is managed by Puppet
# all local modifications will be overwritten
// This file is managed by Puppet
// all local modifications will be overwritten
Acquire::http { Proxy "<%= real_apt_proxy %>:<%= real_apt_proxy_port %>"; };