Hi, somehow I am stuck with my variable interpolation. I have a few nodes in our LDAP. Among the attributes for some nodes is the attribute ''puppetbinpatch''. Each node can have n attributes of this type to list the patches that should be applied on a node. my class looks like this: class binpatches { package { $puppetbinpatch: ensure => installed, source => "http://binpatchng.foo.co.uk/binpatches/$operatingsystemrelease/$hardwaremodel/$title", } } while this is called for each binpatch listed for the node (in this case binpatch-001 through binpatch-005), $title is always empty. Using $puppetbinpatch instead does not work, as it is an array that will be collated. any ideas how to do this? felix --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---