fixing comments
apt preferences actually want // to comment, while sources are fine to be commented with # ...
This commit is contained in:
parent
4cff5ef63e
commit
ebb46ca200
4 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 %>"; };
|
||||
|
|
Loading…
Reference in a new issue