I am running puppet 0.25.5 on puppet client and server (still testing rollout of the newest upgrade). For all my nodes, I see all classes listed twice in the /var/lib/puppet/classes.txt on the node. Anyone know why that might be? When I run my external node classifier, I only see the classes assigned once. On a "puppetd -t" run on the client, I also see my custom facts being evaluated twice which makes me think the work is being done twice over. Anyway, the classes being assigned twice is a problem because I am trying to iterate over them using this example from the puppet docs: <% classes.each do |klass| -%> The class <%= klass %> is defined <% end -%> I am not a ruby developer. Perhaps, as a short term fix, someone can tell me how to uniq the classes array in this example? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.