Skip to content

Commit 81cbbba

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

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ 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 calls the salt.minion state and can be extended to include other states.
54+
4855
``salt.minion``
4956
^^^^^^^^^^^^^^^
5057

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)