Skip to content
#

cloud-providers

Here are 41 public repositories matching this topic...

whytewolf
whytewolf commented Feb 25, 2022

Description

the docs at https://docs.saltproject.io/en/latest/topics/spm/master.html#update-file-roots show file_roots with numbered lines instead of the list indicator.

file_roots:
  base:
    1. /srv/salt
    2. /srv/spm/salt

Suggested Fix
That should be

file_roots:
  base:
    - /srv/salt
    - /srv/spm/salt

Type of documentation
Salt docum

Documentation severity-medium help-wanted good first issue

Improve this page

Add a description, image, and links to the cloud-providers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cloud-providers topic, visit your repo's landing page and select "manage topics."

Learn more