diff --git a/salt/client/ssh/wrapper/state.py b/salt/client/ssh/wrapper/state.py index cbe42463a413..4cee278a3fb1 100644 --- a/salt/client/ssh/wrapper/state.py +++ b/salt/client/ssh/wrapper/state.py @@ -1115,7 +1115,7 @@ def show_low_sls(mods, saltenv="base", test=None, **kwargs): def sls_exists(mods, test=None, queue=None, **kwargs): """ - Tests for the existence the of a specific SLS or list of SLS files on the + Tests for the existence of a specific SLS or list of SLS files on the master. Similar to :py:func:`state.show_sls `, rather than returning state details, returns True or False. The default environment is ``base``, use ``saltenv`` to specify a different environment. diff --git a/salt/modules/state.py b/salt/modules/state.py index 6440d347ffe0..d35273a5270d 100644 --- a/salt/modules/state.py +++ b/salt/modules/state.py @@ -2126,7 +2126,7 @@ def show_sls(mods, test=None, queue=None, **kwargs): def sls_exists(mods, test=None, queue=None, **kwargs): """ - Tests for the existence the of a specific SLS or list of SLS files on the + Tests for the existence of a specific SLS or list of SLS files on the master. Similar to :py:func:`state.show_sls `, rather than returning state details, returns True or False. The default environment is ``base``, use ``saltenv`` to specify a different environment.