install popcon
[mirror/dsa-puppet.git] / modules / popcon / templates / popularity-contest.conf.erb
diff --git a/modules/popcon/templates/popularity-contest.conf.erb b/modules/popcon/templates/popularity-contest.conf.erb
new file mode 100644 (file)
index 0000000..14b2fb7
--- /dev/null
@@ -0,0 +1,21 @@
+##
+### THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+### USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+###
+
+PARTICIPATE="yes"
+USEHTTP="yes"
+<%=
+# hostids are 32 hexchars long
+id_short = popcon_host_id[0,32]
+
+# slightly biased, but meh
+day = (popcon_host_id[0].ord + 256*popcon_host_id[1].ord) % 7
+
+conf = []
+conf << "MY_HOSTID=\"#{id_short}\""
+conf << "DAY=\"#{day}\""
+
+conf.join("\n")
+-%>
+