]> Frank Brehm's Git Trees - config/lena/etc.git/commitdiff
daily autocommit
authorFrank Brehm <frank@brehm-online.com>
Tue, 29 Nov 2016 05:25:02 +0000 (06:25 +0100)
committerFrank Brehm <frank@brehm-online.com>
Tue, 29 Nov 2016 05:25:02 +0000 (06:25 +0100)
salt/minion

index d120d275dd9fb003c7fa67d041d3034f7a732eda..47ecb287e82c94b027cf7bd36b3d4dc7ecea9ec4 100644 (file)
@@ -398,7 +398,17 @@ master: salt.uhu-banane.de
 # access the master has to the minion.
 #disable_modules: [cmd,test]
 #disable_returners: []
-#
+
+# This is the reverse of disable_modules.  The default, like disable_modules, is the empty list,
+# but if this option is set to *anything* then *only* those modules will load.
+# Note that this is a very large hammer and it can be quite difficult to keep the minion working
+# the way you think it should since Salt uses many modules internally itself.  At a bare minimum
+# you need the following enabled or else the minion won't start.
+#whitelist_modules:
+#  - cmdmod
+#  - test
+#  - config
+
 # Modules can be loaded from arbitrary paths. This enables the easy deployment
 # of third party modules. Modules for returners and minions can be loaded.
 # Specify a list of extra directories to search for minion modules and