]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/recipes/default.rb
hardware: Fix linting
[chef.git] / cookbooks / hardware / recipes / default.rb
index 3fdbac12fd6e840c436ed760ab78896fa0e96aa7..dd2f905cad56cf879962ef1e84055ad2a22ba0ae 100644 (file)
@@ -205,7 +205,7 @@ tools_packages = []
 status_packages = {}
 
 if node[:virtualization][:role] != "guest" ||
-  node[:virtualization][:system] != "lxd"
+   node[:virtualization][:system] != "lxd"
 
   node[:kernel][:modules].each_key do |modname|
     case modname