mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
fixes GH issue #11580
This commit is contained in:
parent
8dfaebbfcf
commit
2a90c1b4fd
1 changed files with 2 additions and 2 deletions
|
|
@ -30,12 +30,12 @@ module VagrantPlugins
|
|||
end
|
||||
|
||||
guest_capability("centos", "docker_install") do
|
||||
require_relative "cap/redhat/docker_install"
|
||||
require_relative "cap/centos/docker_install"
|
||||
Cap::Centos::DockerInstall
|
||||
end
|
||||
|
||||
guest_capability("centos", "docker_start_service") do
|
||||
require_relative "cap/redhat/docker_start_service"
|
||||
require_relative "cap/centos/docker_start_service"
|
||||
Cap::Centos::DockerStartService
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue