-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Puppet 5 support #57
Comments
|
@ghoneycutt One thing I'd like to add is optional management of /etc/puppetlabs/facter/facter.conf. I have the need to force facter CLI to load pluginsync facts.d and seemed like managing the facter conf was appropriate for this module. |
|
Thanks @treydock !! Your help is very much appreciated. |
|
|
Any best practice on community modules using lookup() instead of hiera_hash()? Would logic be okay that if |
|
it should default to true and definitely use lookup(). @Phil-Friderici made a change recently to the yum module at ghoneycutt/puppet-module-yum@5e1de21 |
|
This is happening in #68 which is prepping for a major version bump! |
Similar to what was done on pam module. Figured make this a place to discuss changes for v4.0.0.
The text was updated successfully, but these errors were encountered: