Merge "Add ianw key and to infra-root"
This commit is contained in:
commit
8a420ff581
@ -221,4 +221,13 @@ class openstack_project::users {
|
||||
gid => 2024,
|
||||
}
|
||||
|
||||
@user::virtual::localuser { 'ianw':
|
||||
realname => 'Ian Wienand',
|
||||
key_type => 'ssh-ed25519',
|
||||
sshkeys => 'AAAAC3NzaC1lZDI1NTE5AAAAILOjz+dkwRWTJcW9Gt3iGHSzRBsvVlTAK6G2oH3+0D41',
|
||||
key_id => 'iwienand+osinfra@redhat.com',
|
||||
uid => 2025,
|
||||
gid => 2025,
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -39,6 +39,7 @@ class openstack_project::users_install (
|
||||
User::Virtual::Localuser['pabelanger'],
|
||||
User::Virtual::Localuser['yolanda'],
|
||||
User::Virtual::Localuser['rcarrillocruz'],
|
||||
User::Virtual::Localuser['ianw'],
|
||||
)
|
||||
} else {
|
||||
user::virtual::disable{'mordred':}
|
||||
@ -52,6 +53,7 @@ class openstack_project::users_install (
|
||||
user::virtual::disable{'pabelanger':}
|
||||
user::virtual::disable{'yolanda':}
|
||||
user::virtual::disable{'rcarrillocruz':}
|
||||
user::virtual::disable{'ianw':}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user