Add krotscheck to users

To reserve a uid so we can give him a principal.

Change-Id: Ib392458d08f32ccb69d335b7778b5ab5bf734703
This commit is contained in:
James E. Blair 2015-12-21 09:38:35 -08:00 committed by Michael Krotscheck
parent a1eb4f504e
commit ea15a5b462
1 changed files with 5 additions and 0 deletions

View File

@ -183,4 +183,9 @@ class openstack_project::users {
gid => 2019,
}
@user::virtual::localuser { 'krotscheck':
realname => 'Michael Krotscheck',
uid => 2020,
gid => 2020,
}
}