puppetlabs / puppet-specifications

Specification of the Puppet Language, Catalog, Extension points
Other
99 stars 66 forks source link

FOR REVIEW: proposed file path additions for facter #79

Open ahpook opened 8 years ago

ahpook commented 8 years ago

Updates the file_paths spec to include proposed locations for new config file and fact cache locations for facter. Follow along at puppetlabs/puppet-rfc

MikaelSmith commented 8 years ago

@Magisus have you taken a look at this? Not sure how the conf.d fits into current implementation plans.

Magisus commented 8 years ago

This supports what I have implemented so far. I haven't yet referred to either the cache directory or the config snippets directory in my code. I know in theory HOCON supports including entire other files into a top-level config, but I'm not sure if that has been fully implemented in cpp-hocon yet. This would be a good test case for that functionality. What is an example use case?

MikaelSmith commented 7 years ago

We've released this. Were there any changes, or is it ready to merge?

Magisus commented 7 years ago

We do not have support for conf.d yet.