]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
fixing comments
authormh <mh@immerda.ch>
Thu, 28 Oct 2010 20:27:28 +0000 (22:27 +0200)
committermh <mh@immerda.ch>
Thu, 28 Oct 2010 20:27:28 +0000 (22:27 +0200)
apt preferences actually want // to comment, while sources are fine
to be commented with # ...

files/02show_upgraded
files/03clean
files/preferences
templates/20proxy.erb

index 8ef5d8d605c49a7b45e11573e5ee4d42900dbb33..bb127d41af915e1d7967241c26270347b95a51d6 100644 (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;
index 29acece42bc0185b225356b3c766d05108f9070b..3d20924a477e881fcdf8cb2116dc0761eb20983f 100644 (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;
index ddf82feb7cf7b81a26acb0ab113a6dbebb234a99..eea7f86a3ee087e990fbc2215a7219f98d7718b2 100644 (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
index 602e08fb10ee960dde0ea6c3e3269c0065ce30b4..3e1ae5d65c59c22b42d8682c306831749e5a171a 100644 (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 %>"; };