mirror of https://github.com/apache/cloudstack.git
This reverts commit 57867dc6b0.
This commit is contained in:
parent
30b2588c06
commit
d1cf45365a
|
|
@ -34,7 +34,7 @@ repos:
|
|||
- id: check-merge-conflict
|
||||
- id: check-symlinks
|
||||
- id: check-vcs-permalinks
|
||||
- id: check-yaml
|
||||
#- id: check-yaml
|
||||
- id: destroyed-symlinks
|
||||
- id: detect-aws-credentials
|
||||
args: [--allow-missing-credentials]
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ users:
|
|||
- name: cloud
|
||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||
shell: /bin/bash
|
||||
ssh_authorized_keys: |
|
||||
ssh_authorized_keys:
|
||||
{{ k8s.ssh.pub.key }}
|
||||
|
||||
write_files:
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ users:
|
|||
- name: cloud
|
||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||
shell: /bin/bash
|
||||
ssh_authorized_keys: |
|
||||
ssh_authorized_keys:
|
||||
{{ k8s.ssh.pub.key }}
|
||||
|
||||
write_files:
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ users:
|
|||
- name: cloud
|
||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||
shell: /bin/bash
|
||||
ssh_authorized_keys: |
|
||||
ssh_authorized_keys:
|
||||
{{ k8s.ssh.pub.key }}
|
||||
|
||||
write_files:
|
||||
|
|
|
|||
Loading…
Reference in New Issue