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

Service failures on Ubuntu 14.04 #80

Closed
naftulikay opened this issue Aug 12, 2014 · 1 comment
Closed

Service failures on Ubuntu 14.04 #80

naftulikay opened this issue Aug 12, 2014 · 1 comment

Comments

@naftulikay
Copy link

On Ubuntu 14.04, the installation of Docker using the following fails:

node default { 
  class { 'docker': }
}

It fails like this:

Error: /Stage[main]/Docker::Service/Service[docker]: Could not evaluate: Could not find init script or upstart conf file for 'docker'
Error: /Stage[main]/Docker::Service/Service[docker]: Failed to call refresh: Could not find init script or upstart conf file for 'docker' 
Error: /Stage[main]/Docker::Service/Service[docker]: Could not find init script or upstart conf file for 'docker'

Since the service name is hardcoded to docker and the actual service script is called docker.io, this fails.

@garethr
Copy link
Owner

garethr commented Aug 16, 2014

Thanks for reporting this. Should be fixed in: bbc8016. I've added support for 14.04 to the integration tests as well.

Note that the previous behaviour was to install the ubuntu docker. This wasn't really intended, so in 1.2 this module will install the docker released docker, which is much more up-to-date. If you want the ubuntu version you can use params on the docker class to do that.

Thanks for reporting the issue. Much appreciated.

@garethr garethr closed this as completed Aug 16, 2014
cegeka-jenkins pushed a commit to cegeka/puppet-docker that referenced this issue Apr 17, 2024
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

2 participants