mirror of
https://github.com/servo/servo.git
synced 2025-08-24 22:58:21 +01:00
Auto merge of #23412 - servo:ssh, r=Manishearth
Add some SSH keys to tc-mac workers <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23412) <!-- Reviewable:end -->
This commit is contained in:
commit
5ffa689e9f
3 changed files with 23 additions and 0 deletions
|
@ -6,6 +6,14 @@
|
|||
GMT:
|
||||
timezone.system
|
||||
|
||||
sshkeys:
|
||||
ssh_auth.present:
|
||||
- user: root
|
||||
- names:
|
||||
{% for key in pillar["ssh_keys"] %}
|
||||
- {{ key | yaml_encode }}
|
||||
{% endfor %}
|
||||
|
||||
{{ bin }}/generic-worker:
|
||||
file.managed:
|
||||
- name:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue