summaryrefslogtreecommitdiffstats
path: root/roles/wiki/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/wiki/templates')
-rw-r--r--roles/wiki/templates/Scrubber.pm1
-rw-r--r--roles/wiki/templates/copyright.pm1
-rw-r--r--roles/wiki/templates/emacsconf.setup3
-rwxr-xr-xroles/wiki/templates/htmlscrubber.pm2
-rw-r--r--roles/wiki/templates/license.pm1
5 files changed, 6 insertions, 2 deletions
diff --git a/roles/wiki/templates/Scrubber.pm b/roles/wiki/templates/Scrubber.pm
index 2efaa10..a06a209 100644
--- a/roles/wiki/templates/Scrubber.pm
+++ b/roles/wiki/templates/Scrubber.pm
@@ -1,3 +1,4 @@
+# {{ ansible_managed }}
package HTML::Scrubber;
# ABSTRACT: Perl extension for scrubbing/sanitizing html
diff --git a/roles/wiki/templates/copyright.pm b/roles/wiki/templates/copyright.pm
index 16acacc..e496aad 100644
--- a/roles/wiki/templates/copyright.pm
+++ b/roles/wiki/templates/copyright.pm
@@ -1,3 +1,4 @@
+# {{ ansible_managed }}
# A plugin for ikiwiki to implement adding a footer with copyright information
# based on a default value taken out of a file.
diff --git a/roles/wiki/templates/emacsconf.setup b/roles/wiki/templates/emacsconf.setup
index 7ab3916..ea9c4c8 100644
--- a/roles/wiki/templates/emacsconf.setup
+++ b/roles/wiki/templates/emacsconf.setup
@@ -1,5 +1,4 @@
-# This file is managed by the wiki role in git@git.emacsconf.org:pub/emacsconf-ansible
-# Please make sure your changes are also reflected there.
+# {{ ansible_managed }}
#
# IkiWiki::Setup::Yaml - YAML formatted setup file
#
diff --git a/roles/wiki/templates/htmlscrubber.pm b/roles/wiki/templates/htmlscrubber.pm
index 4cbf300..1ce95b2 100755
--- a/roles/wiki/templates/htmlscrubber.pm
+++ b/roles/wiki/templates/htmlscrubber.pm
@@ -1,4 +1,6 @@
#!/usr/bin/perl
+# {{ ansible_managed }}
+
package IkiWiki::Plugin::htmlscrubber;
use warnings;
diff --git a/roles/wiki/templates/license.pm b/roles/wiki/templates/license.pm
index 651c039..eebab77 100644
--- a/roles/wiki/templates/license.pm
+++ b/roles/wiki/templates/license.pm
@@ -1,3 +1,4 @@
+# {{ ansible_managed }}
# A plugin for ikiwiki to implement adding a footer with licensing information
# based on a default value taken out of a file.