Skip to content

Commit 685056d

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

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# -*- coding: utf-8 -*-
2+
# vim: ft=sls
3+
4+
include:
5+
- salt.pkgrepo
6+
- salt.minion

0 commit comments

Comments
 (0)