salt-get-started
salt-get-started copied to clipboard
Content source files for the SaltStack Get Started Guide.
This document is the first hit when searching for things like `getting started with saltstack`, but gives some [bad advice](https://docs.saltproject.io/en/getstarted/config/pillar.html) that will lead new users the wrong way. It presents...
Users will generally find our documentation based on Google searches. We have received recommendations on improving the overall discoverability of our documentation via SEO guidance. These minor changes have been...
The section "SALT PILLAR ON THE COMMAND LINE" references a ftpsync state. It's unclear where that comes from. Presumably it was created in the previous paragraph, but that didn't mention...
The "init.sls" section states: > If you target a directory during a state.apply or in the state Top file, salt looks for an init.sls file in that directory and applies...
If you follow the tutorial but choose not to use the Vagrant demo environment, applying the final top.sls results in an error. ``` bash salt '*' state.apply ``` ``` minion1:...
The link in [top.md](fundamentals/top.md) sends the user to https://docs.saltstack.com/config/, which is incorrect. The correct link is: https://docs.saltstack.com/en/getstarted/config/ It is rendered as `...` in my browser I think I'm being daft,...
Hi, https://docs.saltstack.com/en/getstarted/config/functions.html does a pkg.install of mysql, but mysql isn't available in the demo (vagrant) boxes (it's mariadb instead I think). Perhaps choose a better pkg/service example.
The page fundamentals/states.html has some problems with it. To over-arching to try to submit a fix. https://docs.saltstack.com/en/getstarted/fundamentals/states.html The images on the page do not match what I get in the...