action :delete
end
+package "ifupdown" do
+ action :purge
+end
+
package "netplan.io" do
action :purge
end
end
end
+firewall_rule "accept-http-osm" do
+ action :accept
+ context :incoming
+ protocol :tcp
+ source :osm
+ dest_ports %w[http https]
+end
+
firewall_rule "accept-http" do
action :accept
context :incoming