-
Notifications
You must be signed in to change notification settings - Fork 4
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
Installer complains about deprecated settings #38
Comments
These complaints started with recent Puppet 5.x versions. These settings are in puppet.conf generated by the Foreman project's puppet modules. As Foreman needs to support Puppet 4, there may not be an easy way to make the upstream remove those settings. We may have to fork some of foreman's puppet modules or alternatively suppress these warnings by modifying the Kafo-generated puppet.conf or puppet command-line. |
This problem can probably be circumvented by adding
to the puppet.conf that Kafo initially creates. |
The deprecation warnings seem to be premature. |
Also, the deprecation warnings appear after the first installer run, when the puppet modules have already configured puppet.conf. |
The following patch removes all warnings:
The --format json option was introduced in puppet-strings 1.2.0. Adapting the above command depending on puppet-string version is one way to resolve this. |
Applying the above patch seems to fail with latest gem versions. Debug and resolve. |
The text was updated successfully, but these errors were encountered: