mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove /usr/local/bin/docker
This commit is contained in:
parent
5aba56e0e0
commit
fa89076673
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ class virtualbox {
|
|||
file { "/usr/local/bin/dockerd":
|
||||
ensure => absent,
|
||||
}
|
||||
file { "/usr/local/bin/docker":
|
||||
ensure => absent,
|
||||
}
|
||||
|
||||
# Set up VirtualBox guest utils
|
||||
package { "virtualbox-guest-utils": }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue