@@ -15,6 +15,13 @@ working with Salt and that the software can solve your real world needs!
15
15
- Salt creator and chief developer
16
16
- CTO of Salt Stack, Inc.
17
17
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> `
18
25
19
26
Getting Started
20
27
===============
@@ -420,6 +427,18 @@ the formula is referenced as `edit.vim` because it resides in the edit
420
427
subdirectory. Now the edit subdirectory can contain formulas for emacs, nano,
421
428
joe or any other editor that may need to be deployed.
422
429
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
+
423
442
Getting Deeper Into States
424
443
--------------------------
425
444
@@ -444,6 +463,7 @@ yet learn! These documents will cover important core aspects of Salt:
444
463
445
464
Pillar
446
465
Paramaters and minion private data (pillar is a core component of states):
466
+ :doc: `States Tutorial</topics/tutorials/states_pt1> `
447
467
:doc: `Pillar</topics/pillar/index> `
448
468
449
469
Job Management
0 commit comments