Skip to content

Commit f63f514

Browse files
committedMar 10, 2024·
Remove ifupdown to stop it trying to manage the network
1 parent 38e044c commit f63f514

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎cookbooks/networking/recipes/default.rb

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
action :delete
4242
end
4343

44+
package "ifupdown" do
45+
action :purge
46+
end
47+
4448
package "netplan.io" do
4549
action :purge
4650
end

0 commit comments

Comments
 (0)
Please sign in to comment.