Results 26 comments of Justin King

just as a followup to the above: that error does not look to be anything wrong with the 10.x api. Instead, that simply looks like vault has a cert installed...

Were you ever able to solve this? I'm running into the same issue, with the same error, only difference is I've stepped up to 0.5.11

So the way the error is reporting it seems docker itself is mistaking the "-" as a docker flag, not as part of the environment variable. As I don't see...

You can always treat the token like a password and pass it as a variable. You then only have the problem during the initial init when tokens are generated. If...

Which is why I made the 2nd suggestion of consul. You can setup consul as a hiera backend and then upload/gather from consul k/v with a lookup. I was just...

You need to update your repo. The defautl repo in this module is out of date. So for example, in ubuntu my hiera.yaml contains: docker_package_name: 'docker-ce' docker_package_source_location: 'https://download.docker.com/linux/centos/docker-ce.repo'

as an fyi, this seems to have been forked by the puppet team, This module may be on it's way to pasture: https://forge.puppet.com/puppetlabs/docker

I'm sorry, I forgot my hiera doesn't translate properly ... let me do this again in puppet DSL: ` package_name => $docker_package_name, package_source_location => $docker_package_source_location, ` Hope that's a bit...

Quick warning: while setting docker::service::docker_command: in Hiera will work for new installs, it's not bullet proof. Anyone who's run into this problem in frustration and thus doesn't have a running...

So, I've not tried doing what you're doing per-say, but My guess is going to be that the "p20" image may not name match exactly with what you're importing? if...