On Tuesday, 9 August 2016 06:12:33 UTC-7, jcbollinger wrote: > > > > Some people do hack together means to do the job more or less as you > initially envisioned, but don't confuse mechanism with result. I would not > be surprised if you had seen examples of exactly what I describe, without > recognizing that they, or something like them, would serve your purpose > perfectly well. >
Using concat for this purpose represents the worst of ugly hacks to get around a missing feature. I've been forced to use it before for similar purposes.. and in any kind of large infrastructure it can quickly become an unmanageable collection of thousands of files being concatenated into a single (or small number of) config files. If accessing the values in exported resources is such anathema, then perhaps the puppet core aught to consider including a function that exposes facts across nodes. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/01feb2e9-7404-47b2-b436-2fa4a35e5ad4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
