Browse code

Remove duplicate user definition

Charles Hooper authored on 2013/03/27 10:20:45
Showing 1 changed files
... ...
@@ -86,13 +86,6 @@ class docker {
86 86
         include virtualbox
87 87
     }
88 88
 
89
-    user { "vagrant":
90
-        ensure => present,
91
-        comment => "Vagrant User",
92
-        shell => "/bin/bash",
93
-        home => "/home/vagrant",
94
-    }
95
-
96 89
 	file { "/usr/local/bin":
97 90
 		ensure => directory,
98 91
 		owner => root,