]> git.openstreetmap.org Git - chef.git/commitdiff
Remove ifupdown to stop it trying to manage the network
authorTom Hughes <tom@compton.nu>
Sun, 10 Mar 2024 21:06:38 +0000 (21:06 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 10 Mar 2024 21:07:33 +0000 (21:07 +0000)
cookbooks/networking/recipes/default.rb

index cb4f741d9406fb131d15abdf201dae5e6e686eaa..103f8823ba4ca6bc8d59c662694bd961e7fcb44c 100644 (file)
@@ -41,6 +41,10 @@ file "/etc/netplan/99-chef.yaml" do
   action :delete
 end
 
+package "ifupdown" do
+  action :purge
+end
+
 package "netplan.io" do
   action :purge
 end