Well, without 'include' statements, you'd better add some ordering to your puppetlabs-hocon module.
Currently, auth.conf is order dependent and I don't really see how you're going to change that (so you probably need ordering anyway). I suppose you could add some systemd-like before/after/depends syntax. Thanks, Trevor On Mon, Feb 23, 2015 at 4:21 PM, Chris Price <[email protected]> wrote: > > > On Mon, Feb 23, 2015 at 9:39 AM, Trevor Vaughan <[email protected]> > wrote: > >> That works. I just put in a feature request against Hiera for a HOCON >> native back end :-D. >> > > Good idea! > > Also, if you'd pop out some native types that can manipulate these things, >> that would be nifty. >> > > This should probably be considered 'beta' quality right now, as we're > actively working on improving the back-end library that is used to manage > the config files so that it does a better job of retaining formatting when > you round-trip a config file to/from disk, but here's the module we intend > to use for managing these files: > > https://github.com/puppetlabs/puppetlabs-hocon > > >> While I'm at it, 'include' statements should be available in all config >> files since includes > concat for ordering files in Puppet....and we do >> like Puppet for managing our configs..... ;-) >> > > Interesting. HOCON does support that but I don't think our Ruby library > does yet, because we weren't really sure whether people would want to use > it. > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Developers" 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-dev/CAMx1Qf%2BRO6KM5pHjjF-yWog%2B5yxeJpJ%3DRLoUeC5E3P1CbDJD_Q%40mail.gmail.com > <https://groups.google.com/d/msgid/puppet-dev/CAMx1Qf%2BRO6KM5pHjjF-yWog%2B5yxeJpJ%3DRLoUeC5E3P1CbDJD_Q%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Trevor Vaughan Vice President, Onyx Point, Inc (410) 541-6699 [email protected] -- This account not approved for unencrypted proprietary information -- -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev/CANs%2BFoUMmPiWEhZqUkLZOrf-GueKyNN%2BEHewF10Jcm1P6VkR0Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
