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

Error while evaluating a Resource Statement, Apt::Source[docker] #725

Closed
kr428 opened this issue Sep 29, 2017 · 3 comments
Closed

Error while evaluating a Resource Statement, Apt::Source[docker] #725

kr428 opened this issue Sep 29, 2017 · 3 comments

Comments

@kr428
Copy link

kr428 commented Sep 29, 2017

Folks;

pardon if this is a known issue. Running into trouble trying to use puppet/docker on Ubuntu 16.04:

Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Apt::Source[docker]: has no parameter named 'required_packages' has no parameter named 'key_source' has no parameter named 'include_src' at /etc/puppetlabs/code/environments/production/modules/docker/manifests/install.pp:23 on node frontendtest Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run
Not really sure where to look next. Don't have much declaration for puppet docker class in there so far except for this:

class { 'docker': docker_users => ['remote'], }

Where to look to figure out what's wrong here?
TIA,
Kristian

@cajdavidson
Copy link

@kr428 I ran into the same problem, I think that it was due to me updating the puppet-apt module that I was using, there is a pull request outstanding to fix this issue[0], I manually implemented these changes to the module on my puppetmaster and all works as expected. You can probably do that too, at least until the changes are merged.

[0] #713

@LongLiveCHIEF
Copy link

I've forked garethr/docker, and this issue should be fixed in the latest release of hackerhappyhour/docker. Give it a shot, and let me know if you have any issues here: https://github.com/HackerHappyHour/hackerhappyhour-docker/issues

@kr428
Copy link
Author

kr428 commented Oct 11, 2017

@cajdavidson Followed your approach and got it to work this way, thanks a bunch! :)

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

No branches or pull requests

3 participants