apt preferences actually want // to comment, while sources are fine
to be commented with # ...
-# 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;
-# 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;
-# 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
-# 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 %>"; };