Skip to content

Commit d6ad39f

Browse files
committed
Add refs to walkthrough to new tutorials
1 parent 8f4216b commit d6ad39f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

doc/topics/tutorials/walkthrough.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ working with Salt and that the software can solve your real world needs!
1515
- Salt creator and chief developer
1616
- CTO of Salt Stack, Inc.
1717

18+
.. note::
19+
20+
This is the first of a series of walkthroughs and serves as the best entry
21+
point for people new to Salt, after this be sure to read up on pillar and
22+
more on states:
23+
:doc: `Starting States </topics/tutorials/starting_states>`
24+
:doc: `Pillar Walkthrough </topics/tutorials/pillar>`
1825

1926
Getting Started
2027
===============
@@ -420,6 +427,18 @@ the formula is referenced as `edit.vim` because it resides in the edit
420427
subdirectory. Now the edit subdirectory can contain formulas for emacs, nano,
421428
joe or any other editor that may need to be deployed.
422429

430+
Next Reading
431+
------------
432+
433+
Two walkthroughs are specificly reommended at this point, first a deeper run
434+
through states:
435+
436+
:doc: `Starting States </topics/tutorials/starting_states>`
437+
438+
Next an understanding of pillar is critical to using States:
439+
440+
:doc: `Pillar Walkthrough </topics/tutorials/pillar>`
441+
423442
Getting Deeper Into States
424443
--------------------------
425444

@@ -444,6 +463,7 @@ yet learn! These documents will cover important core aspects of Salt:
444463

445464
Pillar
446465
Paramaters and minion private data (pillar is a core component of states):
466+
:doc:`States Tutorial</topics/tutorials/states_pt1>`
447467
:doc:`Pillar</topics/pillar/index>`
448468

449469
Job Management

0 commit comments

Comments
 (0)