From 649706880cfe1fd3dce5e959f5608f76541b26b9 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Mon, 6 Feb 2017 06:23:39 -0800 Subject: [PATCH] Fix list formatting --- configuration/salt.md | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration/salt.md b/configuration/salt.md index 0d330c77..8c8d81a7 100644 --- a/configuration/salt.md +++ b/configuration/salt.md @@ -74,6 +74,7 @@ the module which parameters are accepted. There is list of [officially available states][salt-doc-states]. There are many very useful states: + * For [managing files][salt-doc-states-file]: Use this to create files or directories and change them (append lines, replace text, set their content etc.) * For [installing and uninstalling][salt-doc-states-pkg] packages.