summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/02show_upgraded4
-rw-r--r--files/03clean4
-rw-r--r--files/preferences4
-rw-r--r--templates/20proxy.erb4
4 files changed, 8 insertions, 8 deletions
diff --git a/files/02show_upgraded b/files/02show_upgraded
index 8ef5d8d..bb127d4 100644
--- a/files/02show_upgraded
+++ b/files/02show_upgraded
@@ -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;
diff --git a/files/03clean b/files/03clean
index 29acece..3d20924 100644
--- a/files/03clean
+++ b/files/03clean
@@ -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;
diff --git a/files/preferences b/files/preferences
index ddf82fe..eea7f86 100644
--- a/files/preferences
+++ b/files/preferences
@@ -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
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 %>"; };