salt/doc/ref/states
Seth House 51fa87c446 Change all state examples to use short-dec format for consistency
Closes #12419.

The command used to search the docs for state examples is below. This
generates a file in Vim's quickfix format that can be loaded with the -q
flag.

find . -type f \( -name '*.rst' -o -name '*.py' \) -print0
    | xargs -0 -P10 -n1 awk '
        BEGIN { RS=""; FS="\n" }
        { linenr = linect; linect += (NF + 1) }
        /^\s+[a-zA-Z0-9'\''_-]+:\n\s+[a-zA-Z0-9'\''_-]+:\n\s+- / {
            print FILENAME "|" linenr + 2 "|", $1
        }
    ' > ./salt-states.quickfix
2014-12-12 23:36:40 -07:00
..
all Initial commit of boto_cloudwatch module and boto_cloudwatch_alarm state 2014-08-25 13:37:47 -06:00
aggregate.rst Added docs for the state-level aggregate keyword 2014-12-02 18:33:10 -05:00
altering_states.rst Combine requisites and alterting_states into a global state arguments document 2014-07-10 14:59:12 -07:00
backup_mode.rst Docs cleanup 2014-07-13 11:02:33 -05:00
compiler_ordering.rst Change all state examples to use short-dec format for consistency 2014-12-12 23:36:40 -07:00
extend.rst Revert "Revert "Merge pull request #1449 from elfixit/develop"" 2012-06-18 00:31:14 -07:00
failhard.rst Revert "Revert "Merge pull request #1449 from elfixit/develop"" 2012-06-18 00:31:14 -07:00
global_state_arguments.rst Fix requisite documentation links 2014-07-14 10:33:02 -06:00
highstate.rst Change all state examples to use short-dec format for consistency 2014-12-12 23:36:40 -07:00
include.rst Add docs for #5035 2013-05-16 17:51:50 -06:00
index.rst Change all state examples to use short-dec format for consistency 2014-12-12 23:36:40 -07:00
layers.rst Added ref anchors to state layers doc 2014-02-27 19:38:57 -07:00
master_side.rst Move OverState and state.sls docs to new location 2014-03-13 20:59:28 -05:00
ordering.rst Change all state examples to use short-dec format for consistency 2014-12-12 23:36:40 -07:00
overstate.rst Move OverState and state.sls docs to new location 2014-03-13 20:59:28 -05:00
providers.rst Fix refs to yumpkg5 2014-01-17 21:08:44 -06:00
requisites.rst Change all state examples to use short-dec format for consistency 2014-12-12 23:36:40 -07:00
startup.rst Add docs for the new startup_states option 2012-09-20 12:22:12 -06:00
testing.rst Formatting fixes 2013-08-11 22:17:47 -05:00
top.rst Add warning to docs about topfile compilation 2014-11-24 14:33:37 -07:00
vars.rst Document availability of templating variables, Fix #9261 2013-12-18 11:13:21 -07:00
writing.rst Docs cleanup 2014-07-13 11:02:33 -05:00