From d935c2a784c375f32d2238a36f63c74496d5636c Mon Sep 17 00:00:00 2001 From: Tails developers Date: Tue, 23 Oct 2012 18:37:23 +0200 Subject: Add warnings for file that are managed by Puppet --- files/incoming | 2 ++ files/inoticoming.init | 3 +++ files/uploaders-sid | 2 ++ templates/distributions.erb | 2 ++ templates/index.html.erb | 2 +- templates/inoticoming.default.erb | 2 ++ templates/reprepro-export-key.sh.erb | 3 +++ templates/uploaders.erb | 3 ++- 8 files changed, 17 insertions(+), 2 deletions(-) diff --git a/files/incoming b/files/incoming index 6825981..57c6a5f 100644 --- a/files/incoming +++ b/files/incoming @@ -1,3 +1,5 @@ +# This file is managed by Puppet. Do not edit, any changes will be overwritten! + Name: incoming IncomingDir: incoming TempDir: tmp diff --git a/files/inoticoming.init b/files/inoticoming.init index e16ffd1..3c14d83 100755 --- a/files/inoticoming.init +++ b/files/inoticoming.init @@ -1,4 +1,7 @@ #! /bin/sh +# +# This file is managed by Puppet. Do not edit, any changes will be overwritten! +# ### BEGIN INIT INFO # Provides: reprepro # Required-Start: $local_fs $syslog diff --git a/files/uploaders-sid b/files/uploaders-sid index 48d4a65..825694a 100644 --- a/files/uploaders-sid +++ b/files/uploaders-sid @@ -1,2 +1,4 @@ +# This file is managed by Puppet. Do not edit, any changes will be overwritten! + allow * by key 7B75921E allow * by key 6C914A46 diff --git a/templates/distributions.erb b/templates/distributions.erb index 44ba277..52533e8 100644 --- a/templates/distributions.erb +++ b/templates/distributions.erb @@ -1,3 +1,5 @@ +# This file is managed by Puppet. Do not edit, any changes will be overwritten! + Origin: <%= @origin %> Label: <%= @origin %> Suite: reallyoldstable diff --git a/templates/index.html.erb b/templates/index.html.erb index acbe2f7..ec3a308 100644 --- a/templates/index.html.erb +++ b/templates/index.html.erb @@ -1,4 +1,4 @@ - + <%= @domain %> Debian package repository diff --git a/templates/inoticoming.default.erb b/templates/inoticoming.default.erb index 303d9fc..b78a12d 100644 --- a/templates/inoticoming.default.erb +++ b/templates/inoticoming.default.erb @@ -1,3 +1,5 @@ +# This file is managed by Puppet. Do not edit, any changes will be overwritten! + # /etc/default/inoticoming # # for an explanation of options and actions, see inoticoming(1) diff --git a/templates/reprepro-export-key.sh.erb b/templates/reprepro-export-key.sh.erb index eee1731..e4759e7 100644 --- a/templates/reprepro-export-key.sh.erb +++ b/templates/reprepro-export-key.sh.erb @@ -1,4 +1,7 @@ #!/bin/bash +# +# This file is managed by Puppet. Do not edit, any changes will be overwritten! +# KEY="`gpg --homedir <%= @basedir %>/.gnupg --with-colon --list-secret-keys | cut -d : -f 5 | head -n 1`" diff --git a/templates/uploaders.erb b/templates/uploaders.erb index ea64e1d..84559a8 100644 --- a/templates/uploaders.erb +++ b/templates/uploaders.erb @@ -1,4 +1,5 @@ -# reprepro uploaders, file managed by puppet +# This file is managed by Puppet. Do not edit, any changes will be overwritten! + <% @uploaders.each do |uploader| -%> allow * by key <%= uploader %> <% end -%> -- cgit v1.2.3