From 65f4c7a9c47f66814d85cc5aedb0cb3d92fa86a0 Mon Sep 17 00:00:00 2001 From: Charles McLaughlin Date: Tue, 5 Dec 2017 13:46:53 -0800 Subject: [PATCH] Adding link to salt.modules.saltutil on salt.runners.saltutil Just clarifying for anyone who ends up on the salt.runners.saltutil page trying to sync a minion. --- salt/runners/saltutil.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/salt/runners/saltutil.py b/salt/runners/saltutil.py index 200bfe11a8..c39b6edc34 100644 --- a/salt/runners/saltutil.py +++ b/salt/runners/saltutil.py @@ -1,6 +1,8 @@ # -*- coding: utf-8 -*- ''' -Sync custom types to the Master +The Saltutil runner is used to sync custom types to the Master. See the +:mod:`saltutil module ` for documentation on +managing updates to minions. .. versionadded:: 2016.3.0 '''