Skip to content
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

Dependency error after update (systemd) #695

Closed
jarekgrzabel opened this issue Apr 18, 2019 · 2 comments
Closed

Dependency error after update (systemd) #695

jarekgrzabel opened this issue Apr 18, 2019 · 2 comments

Comments

@jarekgrzabel
Copy link
Contributor

jarekgrzabel commented Apr 18, 2019

The latest version (12.0) of the module doesn't pull camptocamp-systemd module nor even mentiones it. Puppet run fails with the error:

Error: Evaluation Error: Error while evaluating a Resource Statement, Unknown resource type: 'systemd::dropin_file' (file: /etc/puppetlabs/code/environments/production/modules/puppet/manifests/server/puppetserver.pp, line: 196, column: 7) on

It has to be added to the dependency list in metafile.

@ekohl
Copy link
Member

ekohl commented Apr 18, 2019

27eb207 introduced this.

Technically it's a soft dependency, but there's no proper way to declare this in the Puppet ecosystem. We should have included it in the README. Would you be willing to come up with a patch?

@jarekgrzabel
Copy link
Contributor Author

Hi,

thanks for quick reply.

PR raised: #696

I believe metadata.json contains the list of dependencies hence CLI tools puppet module install can recognise and download all dependencies needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants