1
0
Fork 0
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:
Charles Hooper 2013-03-27 01:20:45 +00:00
parent 2b090320be
commit 2b7284db4f

View file

@ -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,