Hello All, So, I realize this is a common issue, but still can't identify the problem here. Even after reading similar posts... Essentially, I'm exporting / collecting hosts via stored configs.. Here's my export class:
class basic::export{ @@host { $fqdn: ip => $ipaddress, host_aliases => $hostname, tag => "${func_group}"} } } Here's how I'm collecting them: Host<<| tag == "${func_group}" |>> **func_group is defined in the external node classifier (Foreman: I'm not sure it makes a difference). func_group= "test" Why am I getting exported resource conflict? fqdn is unique to each host, so there are no duplicates... What do you guys think? Cheers, Henry -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.