systemd vs. consolekit, etc.
_ [debian] systemd vs. consolekit
systemd conflicts against consolekit ってなってるのは何でかと見てみたら、
Mark packages as kfreebsd-any hurd-any. On Linux, the consolekit package is actively harmful and should no longer be installed. See #888892
これは知らなかった。
_ [vdr] SemrushBot
大量に来てたので 46.229.160.0/20 をまるごとブロックした。
_ [comp] chef-cookbooks/ufw: Inconsistent treatment of the action attribute
なんか使えなくなってた。おそらく Inconsistent treatment of the action attribute と思われる。
diff --git a/cookbooks/ufw/recipes/default.rb b/cookbooks/ufw/recipes/default.rb
index 5929191..ec9a669 100644
--- a/cookbooks/ufw/recipes/default.rb
+++ b/cookbooks/ufw/recipes/default.rb
@@ -75,6 +75,7 @@ rules.keys.each do |rule|
destination params['destination'] if params['destination']
dest_port params['dest_port'].to_i if params['dest_port']
position params['position'].to_i if params['position']
+ command params['command'].to_sym if params['command']
action act
end
end
としてやれば OK。テストできたら PR する予定。