Create home dir
This commit is contained in:
parent
b7af4ba463
commit
7eac748248
1 changed files with 6 additions and 0 deletions
|
@ -6,5 +6,11 @@ class common {
|
|||
comment => "Jake Howard",
|
||||
home => "/home/jake",
|
||||
uid => "1000",
|
||||
} ->
|
||||
|
||||
file { "create home":
|
||||
path => "/home/jake",
|
||||
ensure => directory,
|
||||
owner => "jake"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue