Remove duplicate user definition
Upstream-commit: 2b7284db4f4c5b311eadd0432577bf0c263c2cce Component: engine
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user