Adding ssh key for JP Maxwell to wiki.o.o
I, JP, will help to identify the spam attack vectors, so this access will allow me to directly edit the config file, adjust, add plugins and tail the log files to determine what method to use to stop the spam which will then be rolled back and submitted as an official patch. Change-Id: Ieadd8e0e36ecd9f32bb29b5cb850968ab8cc9ae1
This commit is contained in:
parent
a8481587e0
commit
8a19127600
@ -212,4 +212,13 @@ class openstack_project::users {
|
||||
uid => 2023,
|
||||
gid => 2023,
|
||||
}
|
||||
|
||||
@user::virtual::localuser { 'maxwell':
|
||||
realname => 'JP Maxwell',
|
||||
sshkeys => 'AAAAB3NzaC1yc2EAAAABIwAAAQEA2b5I7Yff9FCrtRmSjpILUePi54Vbc8zqJTbzrIAQZGFLBi3xd2MLlhV5QVgpDBC9H3lGjbdnc81D3aFd3HwHT4dvvvyedT12PR3VDEpftdW84vw3jzdtALcayOQznjbGnScwvX5SgnRhNxuX9Rkh8qNvOsjYPUafRr9azkQoomJFkdNVI4Vb5DbLhTpt18FPeOf0UuqDt/J2tHI4SjZ3kjzr7Nbwpg8xGgANPNE0+2pJbwCA8YDt4g3bzfzvVafQs5o9Gfc9tudkR9ugQG1M+EWCgu42CleOwMTd/rYEB2fgNNPsZAWqwQfdPajVuk70EBKUEQSyoA09eEZX+xJN9Q==',
|
||||
key_id => 'jpmaxman@tipit.net',
|
||||
uid => 2024,
|
||||
gid => 2024,
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -25,6 +25,7 @@ class openstack_project::wiki (
|
||||
realize (
|
||||
User::Virtual::Localuser['rlane'],
|
||||
User::Virtual::Localuser['mkiss'],
|
||||
User::Virtual::Localuser['maxwell'],
|
||||
)
|
||||
|
||||
class { 'mediawiki':
|
||||
|
Loading…
Reference in New Issue
Block a user