Skip to content

Commit

Permalink
feat(formula): add metastate per community convention
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Jul 30, 2019
1 parent 6a31254 commit 685056d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ Available states
.. contents::
:local:

``salt``
^^^^^^^^

*Meta-state (This is a state that includes other states)*.

This calls the salt.minion state and can be extended to include other states.

``salt.minion``
^^^^^^^^^^^^^^^

Expand Down
6 changes: 6 additions & 0 deletions salt/init.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
# vim: ft=sls

include:
- salt.pkgrepo
- salt.minion

0 comments on commit 685056d

Please sign in to comment.