Skip to content

fix(networking): remove backticks in cloud-config yaml#978

Open
starbops wants to merge 1 commit intoharvester:mainfrom
starbops:fix-format
Open

fix(networking): remove backticks in cloud-config yaml#978
starbops wants to merge 1 commit intoharvester:mainfrom
starbops:fix-format

Conversation

@starbops
Copy link
Member

Correct the YAML format for better copy-and-paste usability.

Signed-off-by: Zespre Chang <zespre.chang@suse.com>
@github-actions
Copy link

Name Link
🔨 Latest commit e822a04
😎 Deploy Preview https://699bba628c460f9cd25a8eeb--harvester-preview.netlify.app

@starbops
Copy link
Member Author

starbops commented Mar 3, 2026

Hi @akashraj4261. Could you help review this. Thank you.

` `shell: /bin/bash
` `sudo: ALL=(ALL) NOPASSWD:ALL
` `lock\_passwd: false
- name: ubuntu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you help fix the same issue at line 251 to 258? thanks

```
users:
` `- name: ubuntu
` `groups: [ sudo ]
` `shell: /bin/bash
` `sudo: ALL=(ALL) NOPASSWD:ALL
` `lock\_passwd: false
```

` `shell: /bin/bash
` `sudo: ALL=(ALL) NOPASSWD:ALL
` `lock\_passwd: false
- name: ubuntu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line 252 to 258 have the same issue - thanks

users:
` `- name: ubuntu
` `groups: [ sudo ]
` `shell: /bin/bash
` `sudo: ALL=(ALL) NOPASSWD:ALL
` `lock\_passwd: false
```

` `shell: /bin/bash
` `sudo: ALL=(ALL) NOPASSWD:ALL
` `lock\_passwd: false
- name: ubuntu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also at

` `- name: ubuntu
` `groups: [ sudo ]
` `shell: /bin/bash
` `sudo: ALL=(ALL) NOPASSWD:ALL
` `lock\_passwd: false
- thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants