diff options
author | mh <mh@immerda.ch> | 2010-10-28 22:27:28 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-10-28 22:27:28 +0200 |
commit | ebb46ca2002d0ef9aeb15160065fa3511ced30c1 (patch) | |
tree | 5e35a0c82c21693ae33c1bdc8902c641c876c2d2 /templates | |
parent | 4cff5ef63e6df3f7ac22834ea902b1f410e3d6ed (diff) | |
download | puppet-apt-ebb46ca2002d0ef9aeb15160065fa3511ced30c1.tar.gz puppet-apt-ebb46ca2002d0ef9aeb15160065fa3511ced30c1.tar.bz2 |
fixing comments
apt preferences actually want // to comment, while sources are fine
to be commented with # ...
Diffstat (limited to 'templates')
-rw-r--r-- | templates/20proxy.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/20proxy.erb b/templates/20proxy.erb index 602e08f..3e1ae5d 100644 --- a/templates/20proxy.erb +++ b/templates/20proxy.erb @@ -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 %>"; }; |