We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a31254 commit 685056dCopy full SHA for 685056d
docs/README.rst
@@ -45,6 +45,13 @@ Available states
45
.. contents::
46
:local:
47
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
55
``salt.minion``
56
^^^^^^^^^^^^^^^
57
salt/init.sls
@@ -0,0 +1,6 @@
1
+# -*- coding: utf-8 -*-
2
+# vim: ft=sls
3
4
+include:
5
+ - salt.pkgrepo
6
+ - salt.minion
0 commit comments