Skip to content

Commit 9dee959

Browse files
authored
Merge pull request #871 from clairem-sl/clairem-doc-01
Fix typo /src to /srv
2 parents 9a2ff35 + ed85d72 commit 9dee959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ rest_cherrypy:
9292

9393
- Note that the cherrypy server is part of the salt-api package and has no separate installation. It is configured using the master configuration file. When configured using the above configurations, both the api calls and the html/js files are served by the cherrypy server. Therefore no additional web application server is needed.
9494
- Note that from the SaltGUI GIT repository, only the directory `saltgui` forms the actual SaltGUI web application.
95-
- Replace each of the `/srv/saltgui` in the above config with the actual `saltgui` directory from the GIT repository. Alternatively, you can create a soft-link /src/saltgui that points to the actual saltgui directory.
95+
- Replace each of the `/srv/saltgui` in the above config with the actual `saltgui` directory from the GIT repository. Alternatively, you can create a soft-link `/srv/saltgui` that points to the actual saltgui directory.
9696
- To successfully use `salt-api` with a default PAM setup, if may be needed to grant read access on `/etc/shadow` to the `salt` user. This is best done using `sudo usermod --append --groups shadow salt`.
9797
- Restart everything with ``pkill salt-master && pkill salt-api && salt-master -d && salt-api -d``
9898
- You should be good to go. If you have any problems, open a GitHub issue.

0 commit comments

Comments
 (0)