Make user

This commit is contained in:
Jake Howard 2017-08-12 20:48:02 +01:00
parent 3cce88d702
commit 530a78c3b5
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 12 additions and 0 deletions

View File

@ -5,6 +5,7 @@ node default {
include stdlib
include common
include yaourt
include gnome
include config

View File

@ -0,0 +1,11 @@
class common {
user { "make me":
name => "jake",
allowdupe => false,
auth_membership => "inclusive",
comment => "Jake Howard",
home => "/home/jake",
shell => "/usr/bin/zsh",
uid => "1000",
}
}