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…
Reference in a new issue