From 578d7ec678974865221b91826620637d0e2f7382 Mon Sep 17 00:00:00 2001 From: risca Date: Thu, 3 Mar 2016 16:54:56 +0100 Subject: [PATCH] wrong variable used in the example of using reclass with salt --- 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..b735b21c 100644 --- a/doc/source/salt.rst +++ b/doc/source/salt.rst @@ -54,7 +54,7 @@ following steps have already been prepared. ``$HOME/reclass-config.yml``:: storage_type: yaml_fs - base_inventory_uri: /srv/reclass + inventory_base_uri: /srv/reclass Or you can reuse the first entry of ``file_roots`` under ``base`` in the Salt master config.