From 41500bade4f1630154abeeecd74d0dbd8448eb63 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Mon, 18 Sep 2017 20:34:21 +0800 Subject: [PATCH] Fix `reclass` in example code It caused the following error with original example ``` vagrant@saltmaster:/srv/salt/states$ ./reclass --top No such directory: /srv/salt/states/nodes None ``` --- doc/source/salt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/salt.rst b/doc/source/salt.rst index 2743c355..7d1b5f74 100644 --- a/doc/source/salt.rst +++ b/doc/source/salt.rst @@ -43,7 +43,7 @@ following steps have already been prepared. It's handy to symlink |reclass|' Salt adapter itself to that directory:: - $ ln -s /usr/share/reclass/reclass-salt /srv/salt/states/reclass + $ ln -s /usr/share/reclass/reclass-salt /srv/salt/reclass As you can now just inspect the data right there from the command line::