Am Donnerstag, dem 02.09.2021 um 08:46 -0700 schrieb Mark Dixon:

> I'd like to do a simple merge lookup of an array within a hiera yaml
> file. At the moment I seem to be getting the array from the hiera
> location that "wins", and not a merged version.

You need to tell hiera to do so, probably in your common.yaml, by
specifying "lookup_options":

   ---
lookup_options:
  an_array:
    merge: unique

or by specifying the merge behaviour when calling "lookup()", see 
https://puppet.com/docs/puppet/6/hiera_automatic.html#lookup-merge-behaviors

HTH...

        Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/0f9f7c925a0865675600903fa13bc226f68e391b.camel%40opentext.com.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to