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
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
The text was updated successfully, but these errors were encountered:
@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.
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
The text was updated successfully, but these errors were encountered: