mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove duplicate user definition
This commit is contained in:
parent
2b090320be
commit
2b7284db4f
1 changed files with 0 additions and 7 deletions
|
@ -86,13 +86,6 @@ class docker {
|
|||
include virtualbox
|
||||
}
|
||||
|
||||
user { "vagrant":
|
||||
ensure => present,
|
||||
comment => "Vagrant User",
|
||||
shell => "/bin/bash",
|
||||
home => "/home/vagrant",
|
||||
}
|
||||
|
||||
file { "/usr/local/bin":
|
||||
ensure => directory,
|
||||
owner => root,
|
||||
|
|
Loading…
Add table
Reference in a new issue