You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a) I'm using puppet-forge-server version 1.9.0 (commit ab01f33) and during a puppet module upgrade mymodule, I have error messages in the syslog (see here).
Is there a problem with puppet-forge-server and the "function" data provider in metadata.json?
b) I don't know if it was related, but I was unable to upgrade my module. A false problem of dependencies was mentioned. But dependencies were fine. I have forced the upgrade of my module and of one dependency which must be upgraded too and after that all was installed correctly without any problem of dependency (puppet module list didn't mention any problem of dependency).
Impossible to reproduce the problem b) however...
The text was updated successfully, but these errors were encountered:
Sorry, indeed I should give an example of metadata.json. Here is an example that triggers the error here. I think data_provider is a new entry since Puppet 4. It's documented here. Its value can be null, "none", "hiera" or "function".
Hi,
a) I'm using puppet-forge-server version 1.9.0 (commit ab01f33) and during a
puppet module upgrade mymodule
, I have error messages in the syslog (see here).Is there a problem with puppet-forge-server and the "function" data provider in metadata.json?
b) I don't know if it was related, but I was unable to upgrade my module. A false problem of dependencies was mentioned. But dependencies were fine. I have forced the upgrade of my module and of one dependency which must be upgraded too and after that all was installed correctly without any problem of dependency (
puppet module list
didn't mention any problem of dependency).Impossible to reproduce the problem b) however...
The text was updated successfully, but these errors were encountered: