Waiting to start docker until the fresh binaries have been copied in
Upstream-commit: 9542876d2f22e73a52b4957d1a8ca6b17d5c83e7 Component: engine
This commit is contained in:
@ -80,7 +80,7 @@ class docker {
|
||||
owner => "root",
|
||||
group => "root",
|
||||
content => template("docker/dockerd.conf"),
|
||||
require => Exec["fetch-docker"],
|
||||
require => Exec["copy-docker-bin"],
|
||||
}
|
||||
|
||||
file { "/home/vagrant":
|
||||
|
||||
Reference in New Issue
Block a user