]> Frank Brehm's Git Trees - config/karla/etc.git/commitdiff
committing changes in /etc after apt run
authorFrank Brehm <frank@brehm-online.com>
Thu, 10 Nov 2016 19:47:36 +0000 (20:47 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 10 Nov 2016 19:47:36 +0000 (20:47 +0100)
Package changes:
-libcurl3-gnutls 7.38.0-4+deb8u4
+libcurl3-gnutls 7.38.0-4+deb8u5
-libmysqlclient18 5.5.52-0+deb8u1
+libmysqlclient18 5.5.53-0+deb8u1
-mysql-common 5.5.52-0+deb8u1
+mysql-common 5.5.53-0+deb8u1
-salt-common 2016.3.3+ds-1
-salt-minion 2016.3.3+ds-1
+salt-common 2016.3.4+ds-1
+salt-minion 2016.3.4+ds-1
-tzdata 2016h-0+deb8u1
+tzdata 2016i-0+deb8u1

salt/minion

index f3092959c4a193b8ac383d9808ef77db20056858..76ed4eb1164e9a83b73753d28414082993e35f40 100644 (file)
@@ -398,7 +398,17 @@ ipv6: True
 # 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