From dd68ec1b0b9f8c44187de29429e28dd0a2f7b2e7 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 5 Jul 2016 15:27:30 +0200 Subject: add gitlab-runners pubkey --- .gitignore | 5 +++-- tests/puppet/provider/users/gitlab-runner/gitlab-runner_ssh.pub | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 tests/puppet/provider/users/gitlab-runner/gitlab-runner_ssh.pub diff --git a/.gitignore b/.gitignore index eff8f474..7f9f2138 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,8 @@ /tests/puppet/provider/secrets.json /tests/puppet/provider/files/ssh/authorized_keys /tests/puppet/provider/files/nodes/ -/tests/puppet/provider/users/ +/tests/puppet/provider/users/* +!/tests/puppet/provider/users/gitlab-runner +!/tests/puppet/provider/users/gitlab-runner/* /tests/puppet/provider/test -/tests/puppet/provider/users/gitlab-runner/ /builds diff --git a/tests/puppet/provider/users/gitlab-runner/gitlab-runner_ssh.pub b/tests/puppet/provider/users/gitlab-runner/gitlab-runner_ssh.pub new file mode 100644 index 00000000..1a3c370d --- /dev/null +++ b/tests/puppet/provider/users/gitlab-runner/gitlab-runner_ssh.pub @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDkRxRRgaSmpzm1tOJMmvOrge/V7fQ9O0q/A+Ez0OlC0LC25ar0gPtm2aKjk3sIThA/C4jA9pGKn4Bi2TEh70NEUoTsrpRfFa8t3VRi3AdvMQ1gHdz53rZ+ZEk92Jf9DyP7pvJa0rKAL02bMAIugDqXXIW4KfrBZYZ30xCUywgl/0pqaQKidi2sFiFMeC36mW/YiomgXq6zmdZAI7h3/Vn4QWFVl/JJr+5MSVfYdG8wWgdnddAUC6gvsYsFP48e+gBeK0ueqHVMrEj2MB7WQ9h9zqPwzdcB6LcdbMgiFxxgpSdyy1DP4AW6PYkTOHPo4GjdU8/THXB9Ad/kr8vk7fOf gitlab-runner@greyhound -- cgit v1.2.3