-
Notifications
You must be signed in to change notification settings - Fork 524
Description
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