diff options
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | tests/puppet/provider/users/gitlab-runner/gitlab-runner_ssh.pub | 1 |
2 files changed, 4 insertions, 2 deletions
@@ -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 |