浏览代码

feat(podman): Add iptables package

JIRA: master

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO 2 年之前
父节点
当前提交
565b67d7f0
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      cookbooks/podman/recipes/_iptables.rb

+ 7 - 0
cookbooks/podman/recipes/_iptables.rb

@@ -0,0 +1,7 @@
+#
+# Cookbook:: workstation
+# Recipe:: _iptables
+#
+# Copyright:: 2022, The Authors, All Rights Reserved.
+
+packages 'iptables'