Commit c8474c60 by Czémán Arnold

README.md: modify "Configure salt" section

parent d3c0d816
...@@ -43,12 +43,10 @@ Open the salt minion configuration ...@@ -43,12 +43,10 @@ Open the salt minion configuration
```bash ```bash
sudo mkdir -p /etc/salt sudo mkdir -p /etc/salt
sudo vim /etc/salt/minion
``` ```
Add these lines:
```bash ```bash
sudo sh -c "cat > sudo vim /etc/salt/minion" << END
file_client: local file_client: local
file_roots: file_roots:
...@@ -58,6 +56,7 @@ file_roots: ...@@ -58,6 +56,7 @@ file_roots:
pillar_roots: pillar_roots:
base: base:
- /home/cloud/salt/pillar - /home/cloud/salt/pillar
END
``` ```
## Get the installer ## Get the installer
Clone circle installer git repository into cloud home Clone circle installer git repository into cloud home
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment