]> Frank Brehm's Git Trees - config/ns1/etc.git/commitdiff
committing changes in /etc after apt run
authorFrank Brehm <frank@brehm-online.com>
Tue, 15 Nov 2016 10:04:04 +0000 (11:04 +0100)
committerFrank Brehm <frank@brehm-online.com>
Tue, 15 Nov 2016 10:04:04 +0000 (11:04 +0100)
Package changes:
-certbot 0.8.1-2~bpo8+1
+certbot 0.9.3-1~bpo8+1
-letsencrypt 0.8.1-2~bpo8+1
+letsencrypt 0.9.3-1~bpo8+1
-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
-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-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
-mysql-common 5.5.52-0+deb8u1
+mysql-common 5.5.53-0+deb8u1
-python-acme 0.8.1-1~bpo8+1
+python-acme 0.9.3-1~bpo8+1
-python-certbot 0.8.1-2~bpo8+1
-python-certbot-apache 0.8.1-1~bpo8+1
+python-certbot 0.9.3-1~bpo8+1
+python-certbot-apache 0.9.3-1~bpo8+1
-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

.etckeeper
cron.d/certbot
salt/minion
systemd/system/timers.target.wants/certbot.timer [new symlink]

index ab98fef1a8b44c59c8b7adf4d77d24261ccc3b02..fa6db199b6c43467d33d8b2d139dc86ffc0ad1b6 100755 (executable)
@@ -1150,6 +1150,7 @@ maybe chmod 0755 'systemd/system/poweroff.target.wants'
 maybe chmod 0755 'systemd/system/reboot.target.wants'
 maybe chmod 0755 'systemd/system/sockets.target.wants'
 maybe chmod 0755 'systemd/system/sysinit.target.wants'
+maybe chmod 0755 'systemd/system/timers.target.wants'
 maybe chmod 0644 'systemd/timesyncd.conf'
 maybe chmod 0644 'systemd/user.conf'
 maybe chmod 0755 'terminfo'
index aef16b203a852fc4ef55e7650af628082dbc44b4..dc2f28b615e961d6a8eb00a985531cb928263b9f 100644 (file)
@@ -8,4 +8,4 @@
 SHELL=/bin/sh
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
-0 */12 * * * root test -x /usr/bin/certbot && perl -e 'sleep int(rand(3600))' && certbot -q renew
+0 */12 * * * root test -x /usr/bin/certbot -a \! -d /run/systemd/system && perl -e 'sleep int(rand(3600))' && certbot -q renew
index 7270f0c73de473142bf3532802f7d9483018478f..9bc9408defc99a3eeebba3e82788402d10ffa2c0 100644 (file)
 # 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
diff --git a/systemd/system/timers.target.wants/certbot.timer b/systemd/system/timers.target.wants/certbot.timer
new file mode 120000 (symlink)
index 0000000..b8d4c22
--- /dev/null
@@ -0,0 +1 @@
+/lib/systemd/system/certbot.timer
\ No newline at end of file