Remove duplicate user definition

Upstream-commit: 2b7284db4f4c5b311eadd0432577bf0c263c2cce
Component: engine
This commit is contained in:
Charles Hooper
2013-03-27 01:20:45 +00:00
parent 55fc055158
commit 8493716682
@@ -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,