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:
JP Maxwell 2016-06-14 14:06:05 -05:00
parent a8481587e0
commit 8a19127600
2 changed files with 10 additions and 0 deletions

View File

@ -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,
}
}

View File

@ -25,6 +25,7 @@ class openstack_project::wiki (
realize (
User::Virtual::Localuser['rlane'],
User::Virtual::Localuser['mkiss'],
User::Virtual::Localuser['maxwell'],
)
class { 'mediawiki':