fixup! Review defaults loading

This commit is contained in:
Étienne BERSAC 2015-09-04 13:18:25 +02:00
parent cf0624e8b8
commit 62b6495358

View file

@ -72,8 +72,6 @@ def get(key, default=''):
a default value for a pillar from defaults.json or defaults.yaml
files that are stored in the root of a salt formula.
When called from the CLI it works exactly like pillar.get.
CLI Example:
.. code-block:: bash