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

$docker_command is not taken in account everywhere #703

Open
stang opened this issue Jul 10, 2017 · 0 comments
Open

$docker_command is not taken in account everywhere #703

stang opened this issue Jul 10, 2017 · 0 comments

Comments

@stang
Copy link

stang commented Jul 10, 2017

When $docker_command is explicitly passed to the docker class, it is taken in account only in service.pp.

class {'docker':
    docker_command => 'other-docker-command',
  }

All the other modules seems to always take $docker::params::docker_command rather than $ docker::docker_command. Thereby, the init files and all the other commands call are not correct.

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

1 participant