Skip to content

Commit 04b2e79

Browse files
feat(formula): add metastate per community convention
1 parent 6a31254 commit 04b2e79

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

docs/README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ Available states
4545
.. contents::
4646
:local:
4747

48+
``salt``
49+
^^^^^^^^
50+
51+
*Meta-state (This is a state that includes other states)*.
52+
53+
This sets up a pkg repo (some OSes), and will run the
54+
minion, master, ssh, and formulas states.
55+
4856
``salt.minion``
4957
^^^^^^^^^^^^^^^
5058

salt/init.sls

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
base:
2+
'*':
3+
- salt.minion

0 commit comments

Comments
 (0)