diff --git a/salt/utils/cloud.py b/salt/utils/cloud.py index 3a01595bc5..813f8404c8 100644 --- a/salt/utils/cloud.py +++ b/salt/utils/cloud.py @@ -2041,6 +2041,8 @@ def cache_node_list(nodes, opts): ''' If configured to do so, update the cloud cachedir with the current list of nodes. Also fires configured events pertaining to the node list. + + .. versionadded:: Helium ''' if not 'update_cachedir' in opts or not opts['update_cachedir']: return