From: Frank Brehm Date: Tue, 15 Nov 2016 10:05:02 +0000 (+0100) Subject: committing changes in /etc after apt run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=9b0e743f3302393ca517c2770c96da898ceafa87;p=config%2Fsarah%2Fetc.git committing changes in /etc after apt run Package changes: -libcurl3 7.38.0-4+deb8u4 -libcurl3-gnutls 7.38.0-4+deb8u4 +libcurl3 7.38.0-4+deb8u5 +libcurl3-gnutls 7.38.0-4+deb8u5 -libmysqlclient18 5.5.52-0+deb8u1 +libmysqlclient18 5.5.53-0+deb8u1 -libxslt1.1 1.1.28-2+deb8u1 +libxslt1.1 1.1.28-2+deb8u2 -mariadb-client 10.0.27-0+deb8u1 -mariadb-client-10.0 10.0.27-0+deb8u1 -mariadb-client-core-10.0 10.0.27-0+deb8u1 -mariadb-common 10.0.27-0+deb8u1 -mariadb-server 10.0.27-0+deb8u1 -mariadb-server-10.0 10.0.27-0+deb8u1 -mariadb-server-core-10.0 10.0.27-0+deb8u1 +mariadb-client 10.0.28-0+deb8u1 +mariadb-client-10.0 10.0.28-0+deb8u1 +mariadb-client-core-10.0 10.0.28-0+deb8u1 +mariadb-common 10.0.28-0+deb8u1 +mariadb-server 10.0.28-0+deb8u1 +mariadb-server-10.0 10.0.28-0+deb8u1 +mariadb-server-core-10.0 10.0.28-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 --- diff --git a/salt/minion b/salt/minion index 7270f0c..9bc9408 100644 --- a/salt/minion +++ b/salt/minion @@ -397,7 +397,17 @@ # 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