puppet 4 foo
[mirror/dsa-puppet.git] / modules / popcon / templates / popularity-contest.conf.erb
index 14b2fb7..6120c41 100644 (file)
@@ -7,10 +7,10 @@ PARTICIPATE="yes"
 USEHTTP="yes"
 <%=
 # hostids are 32 hexchars long
-id_short = popcon_host_id[0,32]
+id_short = @popcon_host_id[0,32]
 
 # slightly biased, but meh
-day = (popcon_host_id[0].ord + 256*popcon_host_id[1].ord) % 7
+day = (@popcon_host_id[0].ord + 256*@popcon_host_id[1].ord) % 7
 
 conf = []
 conf << "MY_HOSTID=\"#{id_short}\""