Create home dir

This commit is contained in:
Jake Howard 2017-08-12 20:55:14 +01:00
parent b7af4ba463
commit 7eac748248
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -6,5 +6,11 @@ class common {
comment => "Jake Howard",
home => "/home/jake",
uid => "1000",
} ->
file { "create home":
path => "/home/jake",
ensure => directory,
owner => "jake"
}
}